#CD56DE

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

Shades of Medium Orchid #CD56DE

Tints of Medium Orchid #CD56DE

Color information

#CD56DE (or 0xCD56DE) is unknown color: approx Medium Orchid. HEX triplet: CD, 56 and DE. RGB value is (205,86,222). Sum of RGB (Red+Green+Blue) = 205+86+222=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 86 (33.98% from 255 or 16.76% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD56DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD56DE is #32A921. Grayscale: #888888. Windows color (decimal): -3320098 or 14571213. OLE color: 14571213.

HSL color Cylindrical-coordinate representation of color #CD56DE: hue angle of 292.5º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD56DE is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20586222-
CMYK0.080.6100.13
HSL292.5º67.33%60.39%-
HSV(B)292.5º61.26%87.06%-
XYZ41.6924.9171.72-
YUV137.08175.92176.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 86 (33.98% from 255) = 16.76%
BLUE value IS 222 (87.11% from 255) = 43.27%
R=39.96%
G=16.76%
B=43.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal205862220.080.6100.13292.567.3360.39
HexCD56DE83D0D124433c
Octal315126336107501544410374
Binary110011011010110110111101000111101011011001001001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD56DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD56DE; }

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

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

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

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

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

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

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

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