Shades of Medium Orchid #CD54D9
Tints of Medium Orchid #CD54D9
RGB
CMYK
RGB Variations
Color information
#CD54D9 (or 0xCD54D9) is known color: Medium Orchid. HEX triplet: CD, 54 and D9. RGB value is (205,84,217). Sum of RGB (Red+Green+Blue) = 205+84+217=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 84 (33.20% from 255 or 16.60% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 217 - color contains mainly: blue. Hex color #CD54D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD54D9 is #32AB26. Grayscale: #868686. Windows color (decimal): -3320615 or 14243021. OLE color: 14243021.
HSL color Cylindrical-coordinate representation of color #CD54D9: hue angle of 294.59º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD54D9 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 84 | 217 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.15 |
| HSL | 294.59º | 0.64% | 0.59% | - |
| HSV(B) | 294.59º | 0.61% | 0.85% | - |
| XYZ | 40.87 | 24.33 | 68.19 | - |
| YUV | 135.34 | 174.09 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 84 | 217 | 0.06 | 0.61 | 0 | 0.15 | 294.59 | 0.64 | 0.59 |
| Hex | CD | 54 | D9 | 6 | 3D | 0 | F | 127 | 40 | 3B |
| Octal | 315 | 124 | 331 | 6 | 75 | 0 | 17 | 447 | 100 | 73 |
| Binary | 11001101 | 1010100 | 11011001 | 110 | 111101 | 0 | 1111 | 100100111 | 1000000 | 111011 |
Color Harmonies of #CD54D9
Complementary color
Monochromatic Colors of #CD54D9
Black with #CD54D9
Text Example
Text Example
White with #CD54D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD54D9; }
p { color: rgb(205,84,217); }
H1.HeaderClassName
{
color: #CD54D9;
}
.AnyTagClassName
{
color: #CD54D9;
}
</style>
background-color css
<style>
a { background-color: #CD54D9; }
a { background-color: rgb(205,84,217); }
div.DivClassName
{
background-color: #CD54D9;
}
.BgClassName
{
background-color: #CD54D9;
}
</style>
border-color css
<style>
span { border-color: #CD54D9; }
span { border-color: rgb(205,84,217); }
td.TdClassName
{
border-color: #CD54D9;
}
.TagClassName
{
border-color: #CD54D9;
}
</style>