#CD56E2

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

Shades of Medium Orchid #CD56E2

Tints of Medium Orchid #CD56E2

Color information

#CD56E2 (or 0xCD56E2) is unknown color: approx Medium Orchid. HEX triplet: CD, 56 and E2. RGB value is (205,86,226). Sum of RGB (Red+Green+Blue) = 205+86+226=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 86 (33.98% from 255 or 16.63% from 517); Blue value is 226 (88.67% from 255 or 43.71% from 517); Max value from RGB is 226 - color contains mainly: blue. Hex color #CD56E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD56E2 is #32A91D. Grayscale: #898989. Windows color (decimal): -3320094 or 14833357. OLE color: 14833357.

HSL color Cylindrical-coordinate representation of color #CD56E2: hue angle of 291º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD56E2 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20586226-
CMYK0.090.6200.11
HSL291º70.71%61.18%-
HSV(B)291º61.95%88.63%-
XYZ42.2325.1374.58-
YUV137.54177.92176.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.65%
GREEN value IS 86 (33.98% from 255) = 16.63%
BLUE value IS 226 (88.67% from 255) = 43.71%
R=39.65%
G=16.63%
B=43.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal205862260.090.6200.1129170.7161.18
HexCD56E293E0B123473d
Octal315126342117601344310775
Binary110011011010110111000101001111110010111001000111000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD56E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD56E2; }

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

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

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

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

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

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

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

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