#CF77EC

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

Shades of Heliotrope #CF77EC

Tints of Heliotrope #CF77EC

Color information

#CF77EC (or 0xCF77EC) is unknown color: approx Heliotrope. HEX triplet: CF, 77 and EC. RGB value is (207,119,236). Sum of RGB (Red+Green+Blue) = 207+119+236=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF77EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF77EC is #308813. Grayscale: #9E9E9E. Windows color (decimal): -3180564 or 15497167. OLE color: 15497167.

HSL color Cylindrical-coordinate representation of color #CF77EC: hue angle of 285.13º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF77EC is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207119236-
CMYK0.120.5000.07
HSL285.13º75.48%69.61%-
HSV(B)285.13º49.58%92.55%-
XYZ47.4732.5283.13-
YUV158.65171.65162.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.83%
GREEN value IS 119 (46.88% from 255) = 21.17%
BLUE value IS 236 (92.58% from 255) = 41.99%
R=36.83%
G=21.17%
B=41.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071192360.120.5000.07285.1375.4869.61
HexCF77ECC320711d4b46
Octal317167354146207435113106
Binary110011111110111111011001100110010011110001110110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF77EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF77EC; }

 p { color: rgb(207,119,236); }

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

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

 a { background-color: rgb(207,119,236); }

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

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

 span { border-color: rgb(207,119,236); }

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