#CC56FE

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

Shades of Heliotrope #CC56FE

Tints of Heliotrope #CC56FE

Color information

#CC56FE (or 0xCC56FE) is unknown color: approx Heliotrope. HEX triplet: CC, 56 and FE. RGB value is (204,86,254). Sum of RGB (Red+Green+Blue) = 204+86+254=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 86 (33.98% from 255 or 15.81% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC56FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC56FE is #33A901. Grayscale: #8B8B8B. Windows color (decimal): -3385602 or 16668364. OLE color: 16668364.

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

Color convert

RGB20486254-
CMYK0.200.6600.00
HSL282.14º98.82%66.67%-
HSV(B)282.14º66.14%99.61%-
XYZ46.1226.6596.48-
YUV140.43192.09173.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.5%
GREEN value IS 86 (33.98% from 255) = 15.81%
BLUE value IS 254 (99.61% from 255) = 46.69%
R=37.5%
G=15.81%
B=46.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal204862540.200.6600.00282.1498.8266.67
HexCC56FE14420011a6343
Octal3141263762410200432143103
Binary110011001010110111111101010010000100010001101011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC56FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC56FE; }

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

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

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

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

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

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

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

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