#C475E7

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

Shades of Heliotrope #C475E7

Tints of Heliotrope #C475E7

Color information

#C475E7 (or 0xC475E7) is unknown color: approx Heliotrope. HEX triplet: C4, 75 and E7. RGB value is (196,117,231). Sum of RGB (Red+Green+Blue) = 196+117+231=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 231 (90.62% from 255 or 42.46% from 544); Max value from RGB is 231 - color contains mainly: blue. Hex color #C475E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C475E7 is #3B8A18. Grayscale: #999999. Windows color (decimal): -3901977 or 15168964. OLE color: 15168964.

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

Color convert

RGB196117231-
CMYK0.150.4900.09
HSL281.58º70.37%68.24%-
HSV(B)281.58º49.35%90.59%-
XYZ43.5530.2379.14-
YUV153.62171.67158.23-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.03%
GREEN value IS 117 (46.09% from 255) = 21.51%
BLUE value IS 231 (90.62% from 255) = 42.46%
R=36.03%
G=21.51%
B=42.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1961172310.150.4900.09281.5870.3768.24
HexC475E7F310911a4644
Octal3041653471761011432106104
Binary1100010011101011110011111111100010100110001101010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C475E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C475E7; }

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

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

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

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

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

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

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

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