#CF69E9

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

Shades of Heliotrope #CF69E9

Tints of Heliotrope #CF69E9

Color information

#CF69E9 (or 0xCF69E9) is unknown color: approx Heliotrope. HEX triplet: CF, 69 and E9. RGB value is (207,105,233). Sum of RGB (Red+Green+Blue) = 207+105+233=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 105 (41.41% from 255 or 19.27% from 545); Blue value is 233 (91.41% from 255 or 42.75% from 545); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF69E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF69E9 is #309616. Grayscale: #959595. Windows color (decimal): -3184151 or 15296975. OLE color: 15296975.

HSL color Cylindrical-coordinate representation of color #CF69E9: hue angle of 287.81º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF69E9 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207105233-
CMYK0.110.5500.09
HSL287.81º74.42%66.27%-
HSV(B)287.81º54.94%91.37%-
XYZ45.4929.2580.34-
YUV150.09174.79168.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.98%
GREEN value IS 105 (41.41% from 255) = 19.27%
BLUE value IS 233 (91.41% from 255) = 42.75%
R=37.98%
G=19.27%
B=42.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071052330.110.5500.09287.8174.4266.27
HexCF69E9B37091204a42
Octal3171513511367011440112102
Binary1100111111010011110100110111101110100110010000010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF69E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF69E9; }

 p { color: rgb(207,105,233); }

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

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

 a { background-color: rgb(207,105,233); }

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

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

 span { border-color: rgb(207,105,233); }

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