Shades of Medium Orchid #CD54DD
Tints of Medium Orchid #CD54DD
RGB
CMYK
RGB Variations
Color information
#CD54DD (or 0xCD54DD) is known color: Medium Orchid. HEX triplet: CD, 54 and DD. RGB value is (205,84,221). Sum of RGB (Red+Green+Blue) = 205+84+221=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 84 (33.20% from 255 or 16.47% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD54DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD54DD is #32AB22. Grayscale: #878787. Windows color (decimal): -3320611 or 14505165. OLE color: 14505165.
HSL color Cylindrical-coordinate representation of color #CD54DD: hue angle of 292.99º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD54DD is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 84 | 221 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.13 |
| HSL | 292.99º | 0.67% | 0.6% | - |
| HSV(B) | 292.99º | 0.62% | 0.87% | - |
| XYZ | 41.4 | 24.54 | 70.96 | - |
| YUV | 135.8 | 176.09 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 84 | 221 | 0.07 | 0.62 | 0 | 0.13 | 292.99 | 0.67 | 0.6 |
| Hex | CD | 54 | DD | 7 | 3E | 0 | D | 125 | 43 | 3C |
| Octal | 315 | 124 | 335 | 7 | 76 | 0 | 15 | 445 | 103 | 74 |
| Binary | 11001101 | 1010100 | 11011101 | 111 | 111110 | 0 | 1101 | 100100101 | 1000011 | 111100 |
Color Harmonies of #CD54DD
Complementary color
Monochromatic Colors of #CD54DD
Black with #CD54DD
Text Example
Text Example
White with #CD54DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD54DD; }
p { color: rgb(205,84,221); }
H1.HeaderClassName
{
color: #CD54DD;
}
.AnyTagClassName
{
color: #CD54DD;
}
</style>
background-color css
<style>
a { background-color: #CD54DD; }
a { background-color: rgb(205,84,221); }
div.DivClassName
{
background-color: #CD54DD;
}
.BgClassName
{
background-color: #CD54DD;
}
</style>
border-color css
<style>
span { border-color: #CD54DD; }
span { border-color: rgb(205,84,221); }
td.TdClassName
{
border-color: #CD54DD;
}
.TagClassName
{
border-color: #CD54DD;
}
</style>