#CC66F3

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

Shades of Heliotrope #CC66F3

Tints of Heliotrope #CC66F3

Color information

#CC66F3 (or 0xCC66F3) is unknown color: approx Heliotrope. HEX triplet: CC, 66 and F3. RGB value is (204,102,243). Sum of RGB (Red+Green+Blue) = 204+102+243=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 102 (40.23% from 255 or 18.58% from 549); Blue value is 243 (95.31% from 255 or 44.26% from 549); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC66F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC66F3 is #33990C. Grayscale: #949494. Windows color (decimal): -3381517 or 15951564. OLE color: 15951564.

HSL color Cylindrical-coordinate representation of color #CC66F3: hue angle of 283.4º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC66F3 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204102243-
CMYK0.160.5800.05
HSL283.4º85.45%67.65%-
HSV(B)283.4º58.02%95.29%-
XYZ45.8328.8187.94-
YUV148.57181.29167.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.16%
GREEN value IS 102 (40.23% from 255) = 18.58%
BLUE value IS 243 (95.31% from 255) = 44.26%
R=37.16%
G=18.58%
B=44.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041022430.160.5800.05283.485.4567.65
HexCC66F3103A0511b5544
Octal314146363207205433125104
Binary1100110011001101111001110000111010010110001101110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC66F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC66F3; }

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

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

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

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

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

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

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

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