Shades of Medium Orchid #CD2EEC
Tints of Medium Orchid #CD2EEC
RGB
CMYK
RGB Variations
Color information
#CD2EEC (or 0xCD2EEC) is known color: Medium Orchid. HEX triplet: CD, 2E and EC. RGB value is (205,46,236). Sum of RGB (Red+Green+Blue) = 205+46+236=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 46 (18.36% from 255 or 9.45% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD2EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD2EEC is #32D113. Grayscale: #727272. Windows color (decimal): -3330324 or 15478477. OLE color: 15478477.
HSL color Cylindrical-coordinate representation of color #CD2EEC: hue angle of 290.21º degrees, saturation: 0.83, 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 #CD2EEC is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 46 | 236 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.07 |
| HSL | 290.21º | 0.83% | 0.55% | - |
| HSV(B) | 290.21º | 0.81% | 0.93% | - |
| XYZ | 41.29 | 20.99 | 81.23 | - |
| YUV | 115.2 | 196.18 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 46 | 236 | 0.13 | 0.81 | 0 | 0.07 | 290.21 | 0.83 | 0.55 |
| Hex | CD | 2E | EC | D | 51 | 0 | 7 | 122 | 53 | 37 |
| Octal | 315 | 56 | 354 | 15 | 121 | 0 | 7 | 442 | 123 | 67 |
| Binary | 11001101 | 101110 | 11101100 | 1101 | 1010001 | 0 | 111 | 100100010 | 1010011 | 110111 |
Color Harmonies of #CD2EEC
Complementary color
Monochromatic Colors of #CD2EEC
Black with #CD2EEC
Text Example
Text Example
White with #CD2EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2EEC; }
p { color: rgb(205,46,236); }
H1.HeaderClassName
{
color: #CD2EEC;
}
.AnyTagClassName
{
color: #CD2EEC;
}
</style>
background-color css
<style>
a { background-color: #CD2EEC; }
a { background-color: rgb(205,46,236); }
div.DivClassName
{
background-color: #CD2EEC;
}
.BgClassName
{
background-color: #CD2EEC;
}
</style>
border-color css
<style>
span { border-color: #CD2EEC; }
span { border-color: rgb(205,46,236); }
td.TdClassName
{
border-color: #CD2EEC;
}
.TagClassName
{
border-color: #CD2EEC;
}
</style>