#CC56FA

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

Shades of Heliotrope #CC56FA

Tints of Heliotrope #CC56FA

Color information

#CC56FA (or 0xCC56FA) is unknown color: approx Heliotrope. HEX triplet: CC, 56 and FA. RGB value is (204,86,250). Sum of RGB (Red+Green+Blue) = 204+86+250=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 86 (33.98% from 255 or 15.93% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC56FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC56FA is #33A905. Grayscale: #8B8B8B. Windows color (decimal): -3385606 or 16406220. OLE color: 16406220.

HSL color Cylindrical-coordinate representation of color #CC56FA: hue angle of 283.17º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC56FA is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20486250-
CMYK0.180.6600.02
HSL283.17º94.25%65.88%-
HSV(B)283.17º65.6%98.04%-
XYZ45.4826.493.14-
YUV139.98190.09173.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.78%
GREEN value IS 86 (33.98% from 255) = 15.93%
BLUE value IS 250 (98.05% from 255) = 46.30%
R=37.78%
G=15.93%
B=46.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal204862500.180.6600.02283.1794.2565.88
HexCC56FA12420211b5e42
Octal3141263722210202433136102
Binary1100110010101101111101010010100001001010001101110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC56FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC56FA; }

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

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

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

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

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

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

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

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