Shades of Medium Orchid #CD56E5
Tints of Medium Orchid #CD56E5
RGB
CMYK
RGB Variations
Color information
#CD56E5 (or 0xCD56E5) is known color: Medium Orchid. HEX triplet: CD, 56 and E5. RGB value is (205,86,229). Sum of RGB (Red+Green+Blue) = 205+86+229=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 86 (33.98% from 255 or 16.54% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD56E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD56E5 is #32A91A. Grayscale: #898989. Windows color (decimal): -3320091 or 15029965. OLE color: 15029965.
HSL color Cylindrical-coordinate representation of color #CD56E5: hue angle of 289.93º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD56E5 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 86 | 229 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.10 |
| HSL | 289.93º | 0.73% | 0.62% | - |
| HSV(B) | 289.93º | 0.62% | 0.9% | - |
| XYZ | 42.65 | 25.29 | 76.76 | - |
| YUV | 137.88 | 179.42 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 86 | 229 | 0.10 | 0.62 | 0 | 0.10 | 289.93 | 0.73 | 0.62 |
| Hex | CD | 56 | E5 | A | 3E | 0 | A | 122 | 49 | 3E |
| Octal | 315 | 126 | 345 | 12 | 76 | 0 | 12 | 442 | 111 | 76 |
| Binary | 11001101 | 1010110 | 11100101 | 1010 | 111110 | 0 | 1010 | 100100010 | 1001001 | 111110 |
Color Harmonies of #CD56E5
Complementary color
Monochromatic Colors of #CD56E5
Black with #CD56E5
Text Example
Text Example
White with #CD56E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD56E5; }
p { color: rgb(205,86,229); }
H1.HeaderClassName
{
color: #CD56E5;
}
.AnyTagClassName
{
color: #CD56E5;
}
</style>
background-color css
<style>
a { background-color: #CD56E5; }
a { background-color: rgb(205,86,229); }
div.DivClassName
{
background-color: #CD56E5;
}
.BgClassName
{
background-color: #CD56E5;
}
</style>
border-color css
<style>
span { border-color: #CD56E5; }
span { border-color: rgb(205,86,229); }
td.TdClassName
{
border-color: #CD56E5;
}
.TagClassName
{
border-color: #CD56E5;
}
</style>