Shades of Medium Orchid #CD5EDD
Tints of Medium Orchid #CD5EDD
RGB
CMYK
RGB Variations
Color information
#CD5EDD (or 0xCD5EDD) is known color: Medium Orchid. HEX triplet: CD, 5E and DD. RGB value is (205,94,221). Sum of RGB (Red+Green+Blue) = 205+94+221=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD5EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5EDD is #32A122. Grayscale: #8D8D8D. Windows color (decimal): -3318051 or 14507725. OLE color: 14507725.
HSL color Cylindrical-coordinate representation of color #CD5EDD: hue angle of 292.44º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CD5EDD is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 94 | 221 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.13 |
| HSL | 292.44º | 0.65% | 0.62% | - |
| HSV(B) | 292.44º | 0.57% | 0.87% | - |
| XYZ | 42.23 | 26.21 | 71.24 | - |
| YUV | 141.67 | 172.77 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 94 | 221 | 0.07 | 0.57 | 0 | 0.13 | 292.44 | 0.65 | 0.62 |
| Hex | CD | 5E | DD | 7 | 39 | 0 | D | 124 | 41 | 3E |
| Octal | 315 | 136 | 335 | 7 | 71 | 0 | 15 | 444 | 101 | 76 |
| Binary | 11001101 | 1011110 | 11011101 | 111 | 111001 | 0 | 1101 | 100100100 | 1000001 | 111110 |
Color Harmonies of #CD5EDD
Complementary color
Monochromatic Colors of #CD5EDD
Black with #CD5EDD
Text Example
Text Example
White with #CD5EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5EDD; }
p { color: rgb(205,94,221); }
H1.HeaderClassName
{
color: #CD5EDD;
}
.AnyTagClassName
{
color: #CD5EDD;
}
</style>
background-color css
<style>
a { background-color: #CD5EDD; }
a { background-color: rgb(205,94,221); }
div.DivClassName
{
background-color: #CD5EDD;
}
.BgClassName
{
background-color: #CD5EDD;
}
</style>
border-color css
<style>
span { border-color: #CD5EDD; }
span { border-color: rgb(205,94,221); }
td.TdClassName
{
border-color: #CD5EDD;
}
.TagClassName
{
border-color: #CD5EDD;
}
</style>