Shades of Medium Orchid #CD50DD
Tints of Medium Orchid #CD50DD
RGB
CMYK
RGB Variations
Color information
#CD50DD (or 0xCD50DD) is known color: Medium Orchid. HEX triplet: CD, 50 and DD. RGB value is (205,80,221). Sum of RGB (Red+Green+Blue) = 205+80+221=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD50DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD50DD is #32AF22. Grayscale: #858585. Windows color (decimal): -3321635 or 14504141. OLE color: 14504141.
HSL color Cylindrical-coordinate representation of color #CD50DD: hue angle of 293.19º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD50DD is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 80 | 221 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.13 |
| HSL | 293.19º | 0.67% | 0.59% | - |
| HSV(B) | 293.19º | 0.64% | 0.87% | - |
| XYZ | 41.1 | 23.94 | 70.86 | - |
| YUV | 133.45 | 177.41 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 80 | 221 | 0.07 | 0.64 | 0 | 0.13 | 293.19 | 0.67 | 0.59 |
| Hex | CD | 50 | DD | 7 | 40 | 0 | D | 125 | 43 | 3B |
| Octal | 315 | 120 | 335 | 7 | 100 | 0 | 15 | 445 | 103 | 73 |
| Binary | 11001101 | 1010000 | 11011101 | 111 | 1000000 | 0 | 1101 | 100100101 | 1000011 | 111011 |
Color Harmonies of #CD50DD
Complementary color
Monochromatic Colors of #CD50DD
Black with #CD50DD
Text Example
Text Example
White with #CD50DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD50DD; }
p { color: rgb(205,80,221); }
H1.HeaderClassName
{
color: #CD50DD;
}
.AnyTagClassName
{
color: #CD50DD;
}
</style>
background-color css
<style>
a { background-color: #CD50DD; }
a { background-color: rgb(205,80,221); }
div.DivClassName
{
background-color: #CD50DD;
}
.BgClassName
{
background-color: #CD50DD;
}
</style>
border-color css
<style>
span { border-color: #CD50DD; }
span { border-color: rgb(205,80,221); }
td.TdClassName
{
border-color: #CD50DD;
}
.TagClassName
{
border-color: #CD50DD;
}
</style>