#CF77EB

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

Shades of Heliotrope #CF77EB

Tints of Heliotrope #CF77EB

Color information

#CF77EB (or 0xCF77EB) is unknown color: approx Heliotrope. HEX triplet: CF, 77 and EB. RGB value is (207,119,235). Sum of RGB (Red+Green+Blue) = 207+119+235=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 119 (46.88% from 255 or 21.21% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF77EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF77EB is #308814. Grayscale: #9E9E9E. Windows color (decimal): -3180565 or 15431631. OLE color: 15431631.

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

Color convert

RGB207119235-
CMYK0.120.4900.08
HSL285.52º74.36%69.41%-
HSV(B)285.52º49.36%92.16%-
XYZ47.3232.4682.37-
YUV158.54171.15162.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.90%
GREEN value IS 119 (46.88% from 255) = 21.21%
BLUE value IS 235 (92.19% from 255) = 41.89%
R=36.90%
G=21.21%
B=41.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071192350.120.4900.08285.5274.3669.41
HexCF77EBC310811e4a45
Octal3171673531461010436112105
Binary1100111111101111110101111001100010100010001111010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF77EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF77EB; }

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

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

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

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

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

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

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

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