#CC44FF

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

Shades of Heliotrope #CC44FF

Tints of Heliotrope #CC44FF

Color information

#CC44FF (or 0xCC44FF) is unknown color: approx Heliotrope. HEX triplet: CC, 44 and FF. RGB value is (204,68,255). Sum of RGB (Red+Green+Blue) = 204+68+255=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 68 (26.95% from 255 or 12.90% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC44FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC44FF is #33BB00. Grayscale: #818181. Windows color (decimal): -3390209 or 16729292. OLE color: 16729292.

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

Color convert

RGB20468255-
CMYK0.20.7300
HSL283.64º100%63.33%-
HSV(B)283.64º73.33%100%-
XYZ45.0224.1996.9-
YUV129.98198.56180.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.71%
GREEN value IS 68 (26.95% from 255) = 12.90%
BLUE value IS 255 (100% from 255) = 48.39%
R=38.71%
G=12.90%
B=48.39%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal204682550.20.7300283.6410063.33
HexCC44FF14490011c643f
Octal314104377241110043414477
Binary11001100100010011111111101001001001001000111001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC44FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC44FF; }

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

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

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

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

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

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

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

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