#CC59E7

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

Shades of Medium Orchid #CC59E7

Tints of Medium Orchid #CC59E7

Color information

#CC59E7 (or 0xCC59E7) is unknown color: approx Medium Orchid. HEX triplet: CC, 59 and E7. RGB value is (204,89,231). Sum of RGB (Red+Green+Blue) = 204+89+231=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 89 (35.16% from 255 or 16.98% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC59E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC59E7 is #33A618. Grayscale: #8B8B8B. Windows color (decimal): -3384857 or 15161804. OLE color: 15161804.

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

Color convert

RGB20489231-
CMYK0.120.6100.09
HSL288.59º74.74%62.75%-
HSV(B)288.59º61.47%90.59%-
XYZ42.925.7578.31-
YUV139.57179.6173.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 89 (35.16% from 255) = 16.98%
BLUE value IS 231 (90.62% from 255) = 44.08%
R=38.93%
G=16.98%
B=44.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal204892310.120.6100.09288.5974.7462.75
HexCC59E7C3D091214b3f
Octal314131347147501144111377
Binary110011001011001111001111100111101010011001000011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC59E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC59E7; }

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

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

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

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

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

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

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

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