#CF76EF

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

Shades of Heliotrope #CF76EF

Tints of Heliotrope #CF76EF

Color information

#CF76EF (or 0xCF76EF) is unknown color: approx Heliotrope. HEX triplet: CF, 76 and EF. RGB value is (207,118,239). Sum of RGB (Red+Green+Blue) = 207+118+239=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF76EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF76EF is #308910. Grayscale: #9E9E9E. Windows color (decimal): -3180817 or 15693519. OLE color: 15693519.

HSL color Cylindrical-coordinate representation of color #CF76EF: hue angle of 284.13º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF76EF is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207118239-
CMYK0.130.5100.06
HSL284.13º79.08%70%-
HSV(B)284.13º50.63%93.73%-
XYZ47.7932.4585.41-
YUV158.4173.49162.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.70%
GREEN value IS 118 (46.48% from 255) = 20.92%
BLUE value IS 239 (93.75% from 255) = 42.38%
R=36.70%
G=20.92%
B=42.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2071182390.130.5100.06284.1379.0870
HexCF76EFD330611c4f46
Octal317166357156306434117106
Binary110011111110110111011111101110011011010001110010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF76EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF76EF; }

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

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

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

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

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

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

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

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