#CC55FF

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

Shades of Heliotrope #CC55FF

Tints of Heliotrope #CC55FF

Color information

#CC55FF (or 0xCC55FF) is unknown color: approx Heliotrope. HEX triplet: CC, 55 and FF. RGB value is (204,85,255). Sum of RGB (Red+Green+Blue) = 204+85+255=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 85 (33.59% from 255 or 15.62% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC55FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC55FF is #33AA00. Grayscale: #8B8B8B. Windows color (decimal): -3385857 or 16733644. OLE color: 16733644.

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

Color convert

RGB20485255-
CMYK0.20.6700
HSL282º100%66.67%-
HSV(B)282º66.67%100%-
XYZ46.226.5597.3-
YUV139.96192.92173.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.5%
GREEN value IS 85 (33.59% from 255) = 15.62%
BLUE value IS 255 (100% from 255) = 46.88%
R=37.5%
G=15.62%
B=46.88%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal204852550.20.670028210066.67
HexCC55FF14430011a6443
Octal3141253772410300432144103
Binary110011001010101111111111010010000110010001101011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC55FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC55FF; }

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

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

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

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

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

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

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

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