#CC66EC

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

Shades of Heliotrope #CC66EC

Tints of Heliotrope #CC66EC

Color information

#CC66EC (or 0xCC66EC) is unknown color: approx Heliotrope. HEX triplet: CC, 66 and EC. RGB value is (204,102,236). Sum of RGB (Red+Green+Blue) = 204+102+236=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 102 (40.23% from 255 or 18.82% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC66EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC66EC is #339913. Grayscale: #939393. Windows color (decimal): -3381524 or 15492812. OLE color: 15492812.

HSL color Cylindrical-coordinate representation of color #CC66EC: hue angle of 285.67º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC66EC is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204102236-
CMYK0.140.5700.07
HSL285.67º77.91%66.27%-
HSV(B)285.67º56.78%92.55%-
XYZ44.7928.482.48-
YUV147.77177.79168.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.64%
GREEN value IS 102 (40.23% from 255) = 18.82%
BLUE value IS 236 (92.58% from 255) = 43.54%
R=37.64%
G=18.82%
B=43.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041022360.140.5700.07285.6777.9166.27
HexCC66ECE390711e4e42
Octal314146354167107436116102
Binary110011001100110111011001110111001011110001111010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC66EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC66EC; }

 p { color: rgb(204,102,236); }

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

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

 a { background-color: rgb(204,102,236); }

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

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

 span { border-color: rgb(204,102,236); }

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