Shades of Medium Orchid #CD5EDC
Tints of Medium Orchid #CD5EDC
RGB
CMYK
RGB Variations
Color information
#CD5EDC (or 0xCD5EDC) is known color: Medium Orchid. HEX triplet: CD, 5E and DC. RGB value is (205,94,220). Sum of RGB (Red+Green+Blue) = 205+94+220=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD5EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5EDC is #32A123. Grayscale: #8D8D8D. Windows color (decimal): -3318052 or 14442189. OLE color: 14442189.
HSL color Cylindrical-coordinate representation of color #CD5EDC: hue angle of 292.86º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CD5EDC is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 94 | 220 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.14 |
| HSL | 292.86º | 0.64% | 0.62% | - |
| HSV(B) | 292.86º | 0.57% | 0.86% | - |
| XYZ | 42.1 | 26.15 | 70.54 | - |
| YUV | 141.55 | 172.27 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 94 | 220 | 0.07 | 0.57 | 0 | 0.14 | 292.86 | 0.64 | 0.62 |
| Hex | CD | 5E | DC | 7 | 39 | 0 | E | 125 | 40 | 3E |
| Octal | 315 | 136 | 334 | 7 | 71 | 0 | 16 | 445 | 100 | 76 |
| Binary | 11001101 | 1011110 | 11011100 | 111 | 111001 | 0 | 1110 | 100100101 | 1000000 | 111110 |
Color Harmonies of #CD5EDC
Complementary color
Monochromatic Colors of #CD5EDC
Black with #CD5EDC
Text Example
Text Example
White with #CD5EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5EDC; }
p { color: rgb(205,94,220); }
H1.HeaderClassName
{
color: #CD5EDC;
}
.AnyTagClassName
{
color: #CD5EDC;
}
</style>
background-color css
<style>
a { background-color: #CD5EDC; }
a { background-color: rgb(205,94,220); }
div.DivClassName
{
background-color: #CD5EDC;
}
.BgClassName
{
background-color: #CD5EDC;
}
</style>
border-color css
<style>
span { border-color: #CD5EDC; }
span { border-color: rgb(205,94,220); }
td.TdClassName
{
border-color: #CD5EDC;
}
.TagClassName
{
border-color: #CD5EDC;
}
</style>