#C475E6

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

Shades of Heliotrope #C475E6

Tints of Heliotrope #C475E6

Color information

#C475E6 (or 0xC475E6) is unknown color: approx Heliotrope. HEX triplet: C4, 75 and E6. RGB value is (196,117,230). Sum of RGB (Red+Green+Blue) = 196+117+230=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 230 - color contains mainly: blue. Hex color #C475E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C475E6 is #3B8A19. Grayscale: #999999. Windows color (decimal): -3901978 or 15103428. OLE color: 15103428.

HSL color Cylindrical-coordinate representation of color #C475E6: hue angle of 281.95º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C475E6 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB196117230-
CMYK0.150.4900.10
HSL281.95º69.33%68.04%-
HSV(B)281.95º49.13%90.2%-
XYZ43.4130.1778.4-
YUV153.5171.17158.31-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.10%
GREEN value IS 117 (46.09% from 255) = 21.55%
BLUE value IS 230 (90.23% from 255) = 42.36%
R=36.10%
G=21.55%
B=42.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1961172300.150.4900.10281.9569.3368.04
HexC475E6F310A11a4544
Octal3041653461761012432105104
Binary1100010011101011110011011111100010101010001101010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C475E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C475E6; }

 p { color: rgb(196,117,230); }

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

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

 a { background-color: rgb(196,117,230); }

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

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

 span { border-color: rgb(196,117,230); }

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