#CC66F6

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

Shades of Heliotrope #CC66F6

Tints of Heliotrope #CC66F6

Color information

#CC66F6 (or 0xCC66F6) is unknown color: approx Heliotrope. HEX triplet: CC, 66 and F6. RGB value is (204,102,246). Sum of RGB (Red+Green+Blue) = 204+102+246=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 102 (40.23% from 255 or 18.48% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #CC66F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC66F6 is #339909. Grayscale: #949494. Windows color (decimal): -3381514 or 16148172. OLE color: 16148172.

HSL color Cylindrical-coordinate representation of color #CC66F6: hue angle of 282.5º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC66F6 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204102246-
CMYK0.170.5900.04
HSL282.5º88.89%68.24%-
HSV(B)282.5º58.54%96.47%-
XYZ46.2928.9990.35-
YUV148.91182.79167.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.96%
GREEN value IS 102 (40.23% from 255) = 18.48%
BLUE value IS 246 (96.48% from 255) = 44.57%
R=36.96%
G=18.48%
B=44.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2041022460.170.5900.04282.588.8968.24
HexCC66F6113B0411a5944
Octal314146366217304432131104
Binary1100110011001101111011010001111011010010001101010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC66F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC66F6; }

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

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

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

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

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

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

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

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