#CC58F5

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

Shades of Heliotrope #CC58F5

Tints of Heliotrope #CC58F5

Color information

#CC58F5 (or 0xCC58F5) is unknown color: approx Heliotrope. HEX triplet: CC, 58 and F5. RGB value is (204,88,245). Sum of RGB (Red+Green+Blue) = 204+88+245=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 88 (34.77% from 255 or 16.39% from 537); Blue value is 245 (96.09% from 255 or 45.62% from 537); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC58F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC58F5 is #33A70A. Grayscale: #8C8C8C. Windows color (decimal): -3385099 or 16079052. OLE color: 16079052.

HSL color Cylindrical-coordinate representation of color #CC58F5: hue angle of 284.33º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC58F5 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20488245-
CMYK0.170.6400.04
HSL284.33º88.7%65.29%-
HSV(B)284.33º64.08%96.08%-
XYZ44.8726.4189.12-
YUV140.58186.93173.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.99%
GREEN value IS 88 (34.77% from 255) = 16.39%
BLUE value IS 245 (96.09% from 255) = 45.62%
R=37.99%
G=16.39%
B=45.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal204882450.170.6400.04284.3388.765.29
HexCC58F511400411c5941
Octal3141303652110004434131101
Binary11001100101100011110101100011000000010010001110010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC58F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC58F5; }

 p { color: rgb(204,88,245); }

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

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

 a { background-color: rgb(204,88,245); }

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

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

 span { border-color: rgb(204,88,245); }

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