#CF66EB

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

Shades of Heliotrope #CF66EB

Tints of Heliotrope #CF66EB

Color information

#CF66EB (or 0xCF66EB) is unknown color: approx Heliotrope. HEX triplet: CF, 66 and EB. RGB value is (207,102,235). Sum of RGB (Red+Green+Blue) = 207+102+235=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 102 (40.23% from 255 or 18.75% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF66EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF66EB is #309914. Grayscale: #949494. Windows color (decimal): -3184917 or 15427279. OLE color: 15427279.

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

Color convert

RGB207102235-
CMYK0.120.5700.08
HSL287.37º76.88%66.08%-
HSV(B)287.37º56.6%92.16%-
XYZ45.4828.7781.75-
YUV148.56176.79169.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.05%
GREEN value IS 102 (40.23% from 255) = 18.75%
BLUE value IS 235 (92.19% from 255) = 43.20%
R=38.05%
G=18.75%
B=43.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071022350.120.5700.08287.3776.8866.08
HexCF66EBC390811f4d42
Octal3171463531471010437115102
Binary1100111111001101110101111001110010100010001111110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF66EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF66EB; }

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

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

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

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

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

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

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

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