#CD59E9

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

Shades of Medium Orchid #CD59E9

Tints of Medium Orchid #CD59E9

Color information

#CD59E9 (or 0xCD59E9) is unknown color: approx Medium Orchid. HEX triplet: CD, 59 and E9. RGB value is (205,89,233). Sum of RGB (Red+Green+Blue) = 205+89+233=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 89 (35.16% from 255 or 16.89% from 527); Blue value is 233 (91.41% from 255 or 44.21% from 527); Max value from RGB is 233 - color contains mainly: blue. Hex color #CD59E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD59E9 is #32A616. Grayscale: #8B8B8B. Windows color (decimal): -3319319 or 15292877. OLE color: 15292877.

HSL color Cylindrical-coordinate representation of color #CD59E9: hue angle of 288.33º degrees, saturation: 0.77, 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 #CD59E9 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20589233-
CMYK0.120.6200.09
HSL288.33º76.6%63.14%-
HSV(B)288.33º61.8%91.37%-
XYZ43.4626.0179.82-
YUV140.1180.43174.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.90%
GREEN value IS 89 (35.16% from 255) = 16.89%
BLUE value IS 233 (91.41% from 255) = 44.21%
R=38.90%
G=16.89%
B=44.21%

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
Decimal205892330.120.6200.09288.3376.663.14
HexCD59E9C3E091204d3f
Octal315131351147601144011577
Binary110011011011001111010011100111110010011001000001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD59E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD59E9; }

 p { color: rgb(205,89,233); }

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

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

 a { background-color: rgb(205,89,233); }

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

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

 span { border-color: rgb(205,89,233); }

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