Shades of Medium Orchid #CD5DDD
Tints of Medium Orchid #CD5DDD
RGB
CMYK
RGB Variations
Color information
#CD5DDD (or 0xCD5DDD) is known color: Medium Orchid. HEX triplet: CD, 5D and DD. RGB value is (205,93,221). Sum of RGB (Red+Green+Blue) = 205+93+221=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD5DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5DDD is #32A222. Grayscale: #8C8C8C. Windows color (decimal): -3318307 or 14507469. OLE color: 14507469.
HSL color Cylindrical-coordinate representation of color #CD5DDD: hue angle of 292.5º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD5DDD is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 93 | 221 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.13 |
| HSL | 292.5º | 0.65% | 0.62% | - |
| HSV(B) | 292.5º | 0.58% | 0.87% | - |
| XYZ | 42.14 | 26.03 | 71.21 | - |
| YUV | 141.08 | 173.11 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 93 | 221 | 0.07 | 0.58 | 0 | 0.13 | 292.5 | 0.65 | 0.62 |
| Hex | CD | 5D | DD | 7 | 3A | 0 | D | 124 | 41 | 3E |
| Octal | 315 | 135 | 335 | 7 | 72 | 0 | 15 | 444 | 101 | 76 |
| Binary | 11001101 | 1011101 | 11011101 | 111 | 111010 | 0 | 1101 | 100100100 | 1000001 | 111110 |
Color Harmonies of #CD5DDD
Complementary color
Monochromatic Colors of #CD5DDD
Black with #CD5DDD
Text Example
Text Example
White with #CD5DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5DDD; }
p { color: rgb(205,93,221); }
H1.HeaderClassName
{
color: #CD5DDD;
}
.AnyTagClassName
{
color: #CD5DDD;
}
</style>
background-color css
<style>
a { background-color: #CD5DDD; }
a { background-color: rgb(205,93,221); }
div.DivClassName
{
background-color: #CD5DDD;
}
.BgClassName
{
background-color: #CD5DDD;
}
</style>
border-color css
<style>
span { border-color: #CD5DDD; }
span { border-color: rgb(205,93,221); }
td.TdClassName
{
border-color: #CD5DDD;
}
.TagClassName
{
border-color: #CD5DDD;
}
</style>