#CF77ED

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

Shades of Heliotrope #CF77ED

Tints of Heliotrope #CF77ED

Color information

#CF77ED (or 0xCF77ED) is unknown color: approx Heliotrope. HEX triplet: CF, 77 and ED. RGB value is (207,119,237). Sum of RGB (Red+Green+Blue) = 207+119+237=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 119 (46.88% from 255 or 21.14% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF77ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF77ED is #308812. Grayscale: #9E9E9E. Windows color (decimal): -3180563 or 15562703. OLE color: 15562703.

HSL color Cylindrical-coordinate representation of color #CF77ED: hue angle of 284.75º degrees, saturation: 0.77, 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 #CF77ED is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207119237-
CMYK0.130.5000.07
HSL284.75º76.62%69.8%-
HSV(B)284.75º49.79%92.94%-
XYZ47.6232.5783.9-
YUV158.76172.15162.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.77%
GREEN value IS 119 (46.88% from 255) = 21.14%
BLUE value IS 237 (92.97% from 255) = 42.10%
R=36.77%
G=21.14%
B=42.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071192370.130.5000.07284.7576.6269.8
HexCF77EDD320711d4d46
Octal317167355156207435115106
Binary110011111110111111011011101110010011110001110110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF77ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF77ED; }

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

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

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

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

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

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

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

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