Shades of Medium Orchid #CD5CDD
Tints of Medium Orchid #CD5CDD
RGB
CMYK
RGB Variations
Color information
#CD5CDD (or 0xCD5CDD) is known color: Medium Orchid. HEX triplet: CD, 5C and DD. RGB value is (205,92,221). Sum of RGB (Red+Green+Blue) = 205+92+221=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD5CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5CDD is #32A322. Grayscale: #8C8C8C. Windows color (decimal): -3318563 or 14507213. OLE color: 14507213.
HSL color Cylindrical-coordinate representation of color #CD5CDD: hue angle of 292.56º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD5CDD is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 92 | 221 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.13 |
| HSL | 292.56º | 0.65% | 0.61% | - |
| HSV(B) | 292.56º | 0.58% | 0.87% | - |
| XYZ | 42.06 | 25.85 | 71.18 | - |
| YUV | 140.49 | 173.44 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 92 | 221 | 0.07 | 0.58 | 0 | 0.13 | 292.56 | 0.65 | 0.61 |
| Hex | CD | 5C | DD | 7 | 3A | 0 | D | 125 | 41 | 3D |
| Octal | 315 | 134 | 335 | 7 | 72 | 0 | 15 | 445 | 101 | 75 |
| Binary | 11001101 | 1011100 | 11011101 | 111 | 111010 | 0 | 1101 | 100100101 | 1000001 | 111101 |
Color Harmonies of #CD5CDD
Complementary color
Monochromatic Colors of #CD5CDD
Black with #CD5CDD
Text Example
Text Example
White with #CD5CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5CDD; }
p { color: rgb(205,92,221); }
H1.HeaderClassName
{
color: #CD5CDD;
}
.AnyTagClassName
{
color: #CD5CDD;
}
</style>
background-color css
<style>
a { background-color: #CD5CDD; }
a { background-color: rgb(205,92,221); }
div.DivClassName
{
background-color: #CD5CDD;
}
.BgClassName
{
background-color: #CD5CDD;
}
</style>
border-color css
<style>
span { border-color: #CD5CDD; }
span { border-color: rgb(205,92,221); }
td.TdClassName
{
border-color: #CD5CDD;
}
.TagClassName
{
border-color: #CD5CDD;
}
</style>