#CC59E8

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

Shades of Medium Orchid #CC59E8

Tints of Medium Orchid #CC59E8

Color information

#CC59E8 (or 0xCC59E8) is unknown color: approx Medium Orchid. HEX triplet: CC, 59 and E8. RGB value is (204,89,232). Sum of RGB (Red+Green+Blue) = 204+89+232=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 89 (35.16% from 255 or 16.95% from 525); Blue value is 232 (91.02% from 255 or 44.19% from 525); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC59E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC59E8 is #33A617. Grayscale: #8B8B8B. Windows color (decimal): -3384856 or 15227340. OLE color: 15227340.

HSL color Cylindrical-coordinate representation of color #CC59E8: hue angle of 288.25º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC59E8 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20489232-
CMYK0.120.6200.09
HSL288.25º75.66%62.94%-
HSV(B)288.25º61.64%90.98%-
XYZ43.0425.8179.06-
YUV139.69180.1173.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.86%
GREEN value IS 89 (35.16% from 255) = 16.95%
BLUE value IS 232 (91.02% from 255) = 44.19%
R=38.86%
G=16.95%
B=44.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal204892320.120.6200.09288.2575.6662.94
HexCC59E8C3E091204c3f
Octal314131350147601144011477
Binary110011001011001111010001100111110010011001000001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC59E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC59E8; }

 p { color: rgb(204,89,232); }

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

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

 a { background-color: rgb(204,89,232); }

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

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

 span { border-color: rgb(204,89,232); }

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