#CC56FF

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

Shades of Heliotrope #CC56FF

Tints of Heliotrope #CC56FF

Color information

#CC56FF (or 0xCC56FF) is unknown color: approx Heliotrope. HEX triplet: CC, 56 and FF. RGB value is (204,86,255). Sum of RGB (Red+Green+Blue) = 204+86+255=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 86 (33.98% from 255 or 15.78% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC56FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC56FF is #33A900. Grayscale: #8B8B8B. Windows color (decimal): -3385601 or 16733900. OLE color: 16733900.

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

Color convert

RGB20486255-
CMYK0.20.6600
HSL281.89º100%66.86%-
HSV(B)281.89º66.27%100%-
XYZ46.2826.7197.32-
YUV140.55192.59173.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 86 (33.98% from 255) = 15.78%
BLUE value IS 255 (100% from 255) = 46.79%
R=37.43%
G=15.78%
B=46.79%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal204862550.20.6600281.8910066.86
HexCC56FF14420011a6443
Octal3141263772410200432144103
Binary110011001010110111111111010010000100010001101011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC56FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC56FF; }

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

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

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

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

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

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

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

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