Shades of Medium Orchid #CD2EDE
Tints of Medium Orchid #CD2EDE
RGB
CMYK
RGB Variations
Color information
#CD2EDE (or 0xCD2EDE) is known color: Medium Orchid. HEX triplet: CD, 2E and DE. RGB value is (205,46,222). Sum of RGB (Red+Green+Blue) = 205+46+222=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 46 (18.36% from 255 or 9.73% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD2EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2EDE is #32D121. Grayscale: #717171. Windows color (decimal): -3330338 or 14560973. OLE color: 14560973.
HSL color Cylindrical-coordinate representation of color #CD2EDE: hue angle of 294.2º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2EDE is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 46 | 222 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.13 |
| HSL | 294.2º | 0.73% | 0.53% | - |
| HSV(B) | 294.2º | 0.79% | 0.87% | - |
| XYZ | 39.34 | 20.21 | 70.93 | - |
| YUV | 113.61 | 189.18 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 46 | 222 | 0.08 | 0.79 | 0 | 0.13 | 294.2 | 0.73 | 0.53 |
| Hex | CD | 2E | DE | 8 | 4F | 0 | D | 126 | 49 | 35 |
| Octal | 315 | 56 | 336 | 10 | 117 | 0 | 15 | 446 | 111 | 65 |
| Binary | 11001101 | 101110 | 11011110 | 1000 | 1001111 | 0 | 1101 | 100100110 | 1001001 | 110101 |
Color Harmonies of #CD2EDE
Complementary color
Monochromatic Colors of #CD2EDE
Black with #CD2EDE
Text Example
Text Example
White with #CD2EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2EDE; }
p { color: rgb(205,46,222); }
H1.HeaderClassName
{
color: #CD2EDE;
}
.AnyTagClassName
{
color: #CD2EDE;
}
</style>
background-color css
<style>
a { background-color: #CD2EDE; }
a { background-color: rgb(205,46,222); }
div.DivClassName
{
background-color: #CD2EDE;
}
.BgClassName
{
background-color: #CD2EDE;
}
</style>
border-color css
<style>
span { border-color: #CD2EDE; }
span { border-color: rgb(205,46,222); }
td.TdClassName
{
border-color: #CD2EDE;
}
.TagClassName
{
border-color: #CD2EDE;
}
</style>