#CD56E9

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

Shades of Medium Orchid #CD56E9

Tints of Medium Orchid #CD56E9

Color information

#CD56E9 (or 0xCD56E9) is unknown color: approx Medium Orchid. HEX triplet: CD, 56 and E9. RGB value is (205,86,233). Sum of RGB (Red+Green+Blue) = 205+86+233=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 86 (33.98% from 255 or 16.41% from 524); Blue value is 233 (91.41% from 255 or 44.47% from 524); Max value from RGB is 233 - color contains mainly: blue. Hex color #CD56E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD56E9 is #32A916. Grayscale: #898989. Windows color (decimal): -3320087 or 15292109. OLE color: 15292109.

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

Color convert

RGB20586233-
CMYK0.120.6300.09
HSL288.57º76.96%62.55%-
HSV(B)288.57º63.09%91.37%-
XYZ43.2125.5279.74-
YUV138.34181.42175.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 86 (33.98% from 255) = 16.41%
BLUE value IS 233 (91.41% from 255) = 44.47%
R=39.12%
G=16.41%
B=44.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal205862330.120.6300.09288.5776.9662.55
HexCD56E9C3F091214d3f
Octal315126351147701144111577
Binary110011011010110111010011100111111010011001000011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD56E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD56E9; }

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

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

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

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

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

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

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

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