#c472ea

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

Shades of Heliotrope #C472EA

Tints of Heliotrope #C472EA

Color information

#C472EA (or 0xC472EA) is unknown color: approx Heliotrope. HEX triplet: C4, 72 and EA. RGB value is (196,114,234). Sum of RGB (Red+Green+Blue) = 196+114+234=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 114 (44.92% from 255 or 20.96% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #C472EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C472EA is #3B8D15. Grayscale: #979797. Windows color (decimal): -3902742 or 15364804. OLE color: 15364804.

HSL color Cylindrical-coordinate representation of color #C472EA: hue angle of 281º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C472EA is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB196114234-
CMYK0.160.5100.08
HSL281º74.07%68.24%-
HSV(B)281º51.28%91.76%-
XYZ43.6329.7181.28-
YUV152.2174.17159.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.03%
GREEN value IS 114 (44.92% from 255) = 20.96%
BLUE value IS 234 (91.80% from 255) = 43.01%
R=36.03%
G=20.96%
B=43.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961142340.160.5100.0828174.0768.24
HexC472EA1033081194a44
Octal3041623522063010431112104
Binary11000100111001011101010100001100110100010001100110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c472ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c472ea; }

 p { color: rgb(196,114,234); }

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

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

 a { background-color: rgb(196,114,234); }

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

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

 span { border-color: rgb(196,114,234); }

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