Shades of Medium Orchid #CD2EEE
Tints of Medium Orchid #CD2EEE
RGB
CMYK
RGB Variations
Color information
#CD2EEE (or 0xCD2EEE) is known color: Medium Orchid. HEX triplet: CD, 2E and EE. RGB value is (205,46,238). Sum of RGB (Red+Green+Blue) = 205+46+238=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 46 (18.36% from 255 or 9.41% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD2EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD2EEE is #32D111. Grayscale: #727272. Windows color (decimal): -3330322 or 15609549. OLE color: 15609549.
HSL color Cylindrical-coordinate representation of color #CD2EEE: hue angle of 289.69º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD2EEE is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 46 | 238 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.07 |
| HSL | 289.69º | 0.85% | 0.56% | - |
| HSV(B) | 289.69º | 0.81% | 0.93% | - |
| XYZ | 41.59 | 21.11 | 82.77 | - |
| YUV | 115.43 | 197.18 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 46 | 238 | 0.14 | 0.81 | 0 | 0.07 | 289.69 | 0.85 | 0.56 |
| Hex | CD | 2E | EE | E | 51 | 0 | 7 | 122 | 55 | 38 |
| Octal | 315 | 56 | 356 | 16 | 121 | 0 | 7 | 442 | 125 | 70 |
| Binary | 11001101 | 101110 | 11101110 | 1110 | 1010001 | 0 | 111 | 100100010 | 1010101 | 111000 |
Color Harmonies of #CD2EEE
Complementary color
Monochromatic Colors of #CD2EEE
Black with #CD2EEE
Text Example
Text Example
White with #CD2EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2EEE; }
p { color: rgb(205,46,238); }
H1.HeaderClassName
{
color: #CD2EEE;
}
.AnyTagClassName
{
color: #CD2EEE;
}
</style>
background-color css
<style>
a { background-color: #CD2EEE; }
a { background-color: rgb(205,46,238); }
div.DivClassName
{
background-color: #CD2EEE;
}
.BgClassName
{
background-color: #CD2EEE;
}
</style>
border-color css
<style>
span { border-color: #CD2EEE; }
span { border-color: rgb(205,46,238); }
td.TdClassName
{
border-color: #CD2EEE;
}
.TagClassName
{
border-color: #CD2EEE;
}
</style>