#CC66FF

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

Shades of Heliotrope #CC66FF

Tints of Heliotrope #CC66FF

Color information

#CC66FF (or 0xCC66FF) is unknown color: approx Heliotrope. HEX triplet: CC, 66 and FF. RGB value is (204,102,255). Sum of RGB (Red+Green+Blue) = 204+102+255=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 102 (40.23% from 255 or 18.18% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC66FF is a web safe color. Inversed color of #CC66FF is #339900. Grayscale: #959595. Windows color (decimal): -3381505 or 16737996. OLE color: 16737996.

HSL color Cylindrical-coordinate representation of color #CC66FF: hue angle of 280º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC66FF is Cyan = 0.2, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204102255-
CMYK0.20.600
HSL280º100%70%-
HSV(B)280º60%100%-
XYZ47.729.5697.8-
YUV149.94187.29166.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.36%
GREEN value IS 102 (40.23% from 255) = 18.18%
BLUE value IS 255 (100% from 255) = 45.45%
R=36.36%
G=18.18%
B=45.45%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041022550.20.60028010070
HexCC66FF143C001186446
Octal314146377247400430144106
Binary11001100110011011111111101001111000010001100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC66FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC66FF; }

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

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

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

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

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

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

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

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