Shades of Medium Orchid #CD2EED
Tints of Medium Orchid #CD2EED
RGB
CMYK
RGB Variations
Color information
#CD2EED (or 0xCD2EED) is known color: Medium Orchid. HEX triplet: CD, 2E and ED. RGB value is (205,46,237). Sum of RGB (Red+Green+Blue) = 205+46+237=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 46 (18.36% from 255 or 9.43% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD2EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD2EED is #32D112. Grayscale: #727272. Windows color (decimal): -3330323 or 15544013. OLE color: 15544013.
HSL color Cylindrical-coordinate representation of color #CD2EED: hue angle of 289.95º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD2EED is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 46 | 237 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.07 |
| HSL | 289.95º | 0.84% | 0.55% | - |
| HSV(B) | 289.95º | 0.81% | 0.93% | - |
| XYZ | 41.44 | 21.05 | 82 | - |
| YUV | 115.32 | 196.68 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 46 | 237 | 0.14 | 0.81 | 0 | 0.07 | 289.95 | 0.84 | 0.55 |
| Hex | CD | 2E | ED | E | 51 | 0 | 7 | 122 | 54 | 37 |
| Octal | 315 | 56 | 355 | 16 | 121 | 0 | 7 | 442 | 124 | 67 |
| Binary | 11001101 | 101110 | 11101101 | 1110 | 1010001 | 0 | 111 | 100100010 | 1010100 | 110111 |
Color Harmonies of #CD2EED
Complementary color
Monochromatic Colors of #CD2EED
Black with #CD2EED
Text Example
Text Example
White with #CD2EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2EED; }
p { color: rgb(205,46,237); }
H1.HeaderClassName
{
color: #CD2EED;
}
.AnyTagClassName
{
color: #CD2EED;
}
</style>
background-color css
<style>
a { background-color: #CD2EED; }
a { background-color: rgb(205,46,237); }
div.DivClassName
{
background-color: #CD2EED;
}
.BgClassName
{
background-color: #CD2EED;
}
</style>
border-color css
<style>
span { border-color: #CD2EED; }
span { border-color: rgb(205,46,237); }
td.TdClassName
{
border-color: #CD2EED;
}
.TagClassName
{
border-color: #CD2EED;
}
</style>