#CF76EA

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

Shades of Heliotrope #CF76EA

Tints of Heliotrope #CF76EA

Color information

#CF76EA (or 0xCF76EA) is unknown color: approx Heliotrope. HEX triplet: CF, 76 and EA. RGB value is (207,118,234). Sum of RGB (Red+Green+Blue) = 207+118+234=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF76EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF76EA is #308915. Grayscale: #9D9D9D. Windows color (decimal): -3180822 or 15365839. OLE color: 15365839.

HSL color Cylindrical-coordinate representation of color #CF76EA: hue angle of 286.03º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF76EA is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207118234-
CMYK0.120.5000.08
HSL286.03º73.42%69.02%-
HSV(B)286.03º49.57%91.76%-
XYZ47.0632.1681.57-
YUV157.83170.99163.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.03%
GREEN value IS 118 (46.48% from 255) = 21.11%
BLUE value IS 234 (91.80% from 255) = 41.86%
R=37.03%
G=21.11%
B=41.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071182340.120.5000.08286.0373.4269.02
HexCF76EAC320811e4945
Octal3171663521462010436111105
Binary1100111111101101110101011001100100100010001111010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF76EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF76EA; }

 p { color: rgb(207,118,234); }

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

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

 a { background-color: rgb(207,118,234); }

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

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

 span { border-color: rgb(207,118,234); }

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