Shades of Medium Orchid #CD5BDD
Tints of Medium Orchid #CD5BDD
RGB
CMYK
RGB Variations
Color information
#CD5BDD (or 0xCD5BDD) is known color: Medium Orchid. HEX triplet: CD, 5B and DD. RGB value is (205,91,221). Sum of RGB (Red+Green+Blue) = 205+91+221=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 91 (35.94% from 255 or 17.60% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD5BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5BDD is #32A422. Grayscale: #8B8B8B. Windows color (decimal): -3318819 or 14506957. OLE color: 14506957.
HSL color Cylindrical-coordinate representation of color #CD5BDD: hue angle of 292.62º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD5BDD is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 91 | 221 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.13 |
| HSL | 292.62º | 0.66% | 0.61% | - |
| HSV(B) | 292.62º | 0.59% | 0.87% | - |
| XYZ | 41.97 | 25.68 | 71.15 | - |
| YUV | 139.91 | 173.77 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 91 | 221 | 0.07 | 0.59 | 0 | 0.13 | 292.62 | 0.66 | 0.61 |
| Hex | CD | 5B | DD | 7 | 3B | 0 | D | 125 | 42 | 3D |
| Octal | 315 | 133 | 335 | 7 | 73 | 0 | 15 | 445 | 102 | 75 |
| Binary | 11001101 | 1011011 | 11011101 | 111 | 111011 | 0 | 1101 | 100100101 | 1000010 | 111101 |
Color Harmonies of #CD5BDD
Complementary color
Monochromatic Colors of #CD5BDD
Black with #CD5BDD
Text Example
Text Example
White with #CD5BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5BDD; }
p { color: rgb(205,91,221); }
H1.HeaderClassName
{
color: #CD5BDD;
}
.AnyTagClassName
{
color: #CD5BDD;
}
</style>
background-color css
<style>
a { background-color: #CD5BDD; }
a { background-color: rgb(205,91,221); }
div.DivClassName
{
background-color: #CD5BDD;
}
.BgClassName
{
background-color: #CD5BDD;
}
</style>
border-color css
<style>
span { border-color: #CD5BDD; }
span { border-color: rgb(205,91,221); }
td.TdClassName
{
border-color: #CD5BDD;
}
.TagClassName
{
border-color: #CD5BDD;
}
</style>