#CC66F1

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

Shades of Heliotrope #CC66F1

Tints of Heliotrope #CC66F1

Color information

#CC66F1 (or 0xCC66F1) is unknown color: approx Heliotrope. HEX triplet: CC, 66 and F1. RGB value is (204,102,241). Sum of RGB (Red+Green+Blue) = 204+102+241=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 102 (40.23% from 255 or 18.65% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC66F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC66F1 is #33990E. Grayscale: #939393. Windows color (decimal): -3381519 or 15820492. OLE color: 15820492.

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

Color convert

RGB204102241-
CMYK0.150.5800.05
HSL284.03º83.23%67.25%-
HSV(B)284.03º57.68%94.51%-
XYZ45.5328.6986.36-
YUV148.34180.29167.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.29%
GREEN value IS 102 (40.23% from 255) = 18.65%
BLUE value IS 241 (94.53% from 255) = 44.06%
R=37.29%
G=18.65%
B=44.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041022410.150.5800.05284.0383.2367.25
HexCC66F1F3A0511c5343
Octal314146361177205434123103
Binary110011001100110111100011111111010010110001110010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC66F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC66F1; }

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

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

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

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

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

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

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

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