#c473ff

Color #C473FF Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #C473FF

Tints of Heliotrope #C473FF

Color information

#C473FF (or 0xC473FF) is unknown color: approx Heliotrope. HEX triplet: C4, 73 and FF. RGB value is (196,115,255). Sum of RGB (Red+Green+Blue) = 196+115+255=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #C473FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C473FF is #3B8C00. Grayscale: #9A9A9A. Windows color (decimal): -3902465 or 16741316. OLE color: 16741316.

HSL color Cylindrical-coordinate representation of color #C473FF: hue angle of 274.71º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C473FF is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB196115255-
CMYK0.230.5500
HSL274.71º100%72.55%-
HSV(B)274.71º54.9%100%-
XYZ46.9531.2298.16-
YUV155.18184.34157.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 34.63%
GREEN value IS 115 (45.31% from 255) = 20.32%
BLUE value IS 255 (100% from 255) = 45.05%
R=34.63%
G=20.32%
B=45.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1961152550.230.5500274.7110072.55
HexC473FF1737001136449
Octal304163377276700423144111
Binary11000100111001111111111101111101110010001001111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c473ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c473ff; }

 p { color: rgb(196,115,255); }

 H1.HeaderClassName
 {
   color: #c473ff;
 }
 .AnyTagClassName
 {
   color: #c473ff;
 }
</style>
background-color css

<style>
 a { background-color: #c473ff; }

 a { background-color: rgb(196,115,255); }

 div.DivClassName
 {
   background-color: #c473ff;
 }
 .BgClassName
 {
   background-color: #c473ff;
 }
</style>
border-color css

<style>
 span { border-color: #c473ff; }

 span { border-color: rgb(196,115,255); }

 td.TdClassName
 {
   border-color: #c473ff;
 }
 .TagClassName
 {
   border-color: #c473ff;
 }
</style>