Shades of Medium Orchid #CD2EDD
Tints of Medium Orchid #CD2EDD
RGB
CMYK
RGB Variations
Color information
#CD2EDD (or 0xCD2EDD) is known color: Medium Orchid. HEX triplet: CD, 2E and DD. RGB value is (205,46,221). Sum of RGB (Red+Green+Blue) = 205+46+221=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 46 (18.36% from 255 or 9.75% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD2EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2EDD is #32D122. Grayscale: #707070. Windows color (decimal): -3330339 or 14495437. OLE color: 14495437.
HSL color Cylindrical-coordinate representation of color #CD2EDD: hue angle of 294.51º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2EDD is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 46 | 221 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.13 |
| HSL | 294.51º | 0.72% | 0.52% | - |
| HSV(B) | 294.51º | 0.79% | 0.87% | - |
| XYZ | 39.2 | 20.15 | 70.23 | - |
| YUV | 113.49 | 188.68 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 46 | 221 | 0.07 | 0.79 | 0 | 0.13 | 294.51 | 0.72 | 0.52 |
| Hex | CD | 2E | DD | 7 | 4F | 0 | D | 127 | 48 | 34 |
| Octal | 315 | 56 | 335 | 7 | 117 | 0 | 15 | 447 | 110 | 64 |
| Binary | 11001101 | 101110 | 11011101 | 111 | 1001111 | 0 | 1101 | 100100111 | 1001000 | 110100 |
Color Harmonies of #CD2EDD
Complementary color
Monochromatic Colors of #CD2EDD
Black with #CD2EDD
Text Example
Text Example
White with #CD2EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2EDD; }
p { color: rgb(205,46,221); }
H1.HeaderClassName
{
color: #CD2EDD;
}
.AnyTagClassName
{
color: #CD2EDD;
}
</style>
background-color css
<style>
a { background-color: #CD2EDD; }
a { background-color: rgb(205,46,221); }
div.DivClassName
{
background-color: #CD2EDD;
}
.BgClassName
{
background-color: #CD2EDD;
}
</style>
border-color css
<style>
span { border-color: #CD2EDD; }
span { border-color: rgb(205,46,221); }
td.TdClassName
{
border-color: #CD2EDD;
}
.TagClassName
{
border-color: #CD2EDD;
}
</style>