Shades of Medium Orchid #CD55D8
Tints of Medium Orchid #CD55D8
RGB
CMYK
RGB Variations
Color information
#CD55D8 (or 0xCD55D8) is known color: Medium Orchid. HEX triplet: CD, 55 and D8. RGB value is (205,85,216). Sum of RGB (Red+Green+Blue) = 205+85+216=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 216 - color contains mainly: blue. Hex color #CD55D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD55D8 is #32AA27. Grayscale: #878787. Windows color (decimal): -3320360 or 14177741. OLE color: 14177741.
HSL color Cylindrical-coordinate representation of color #CD55D8: hue angle of 294.96º degrees, saturation: 0.63, 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 #CD55D8 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 85 | 216 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.15 |
| HSL | 294.96º | 0.63% | 0.59% | - |
| HSV(B) | 294.96º | 0.61% | 0.85% | - |
| XYZ | 40.82 | 24.43 | 67.53 | - |
| YUV | 135.81 | 173.26 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 85 | 216 | 0.05 | 0.61 | 0 | 0.15 | 294.96 | 0.63 | 0.59 |
| Hex | CD | 55 | D8 | 5 | 3D | 0 | F | 127 | 3F | 3B |
| Octal | 315 | 125 | 330 | 5 | 75 | 0 | 17 | 447 | 77 | 73 |
| Binary | 11001101 | 1010101 | 11011000 | 101 | 111101 | 0 | 1111 | 100100111 | 111111 | 111011 |
Color Harmonies of #CD55D8
Complementary color
Monochromatic Colors of #CD55D8
Black with #CD55D8
Text Example
Text Example
White with #CD55D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD55D8; }
p { color: rgb(205,85,216); }
H1.HeaderClassName
{
color: #CD55D8;
}
.AnyTagClassName
{
color: #CD55D8;
}
</style>
background-color css
<style>
a { background-color: #CD55D8; }
a { background-color: rgb(205,85,216); }
div.DivClassName
{
background-color: #CD55D8;
}
.BgClassName
{
background-color: #CD55D8;
}
</style>
border-color css
<style>
span { border-color: #CD55D8; }
span { border-color: rgb(205,85,216); }
td.TdClassName
{
border-color: #CD55D8;
}
.TagClassName
{
border-color: #CD55D8;
}
</style>