Shades of Medium Orchid #CD2EEA
Tints of Medium Orchid #CD2EEA
RGB
CMYK
RGB Variations
Color information
#CD2EEA (or 0xCD2EEA) is known color: Medium Orchid. HEX triplet: CD, 2E and EA. RGB value is (205,46,234). Sum of RGB (Red+Green+Blue) = 205+46+234=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 46 (18.36% from 255 or 9.48% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD2EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD2EEA is #32D115. Grayscale: #727272. Windows color (decimal): -3330326 or 15347405. OLE color: 15347405.
HSL color Cylindrical-coordinate representation of color #CD2EEA: hue angle of 290.74º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD2EEA is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 46 | 234 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.08 |
| HSL | 290.74º | 0.82% | 0.55% | - |
| HSV(B) | 290.74º | 0.8% | 0.92% | - |
| XYZ | 41.01 | 20.87 | 79.71 | - |
| YUV | 114.97 | 195.18 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 46 | 234 | 0.12 | 0.80 | 0 | 0.08 | 290.74 | 0.82 | 0.55 |
| Hex | CD | 2E | EA | C | 50 | 0 | 8 | 123 | 52 | 37 |
| Octal | 315 | 56 | 352 | 14 | 120 | 0 | 10 | 443 | 122 | 67 |
| Binary | 11001101 | 101110 | 11101010 | 1100 | 1010000 | 0 | 1000 | 100100011 | 1010010 | 110111 |
Color Harmonies of #CD2EEA
Complementary color
Monochromatic Colors of #CD2EEA
Black with #CD2EEA
Text Example
Text Example
White with #CD2EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2EEA; }
p { color: rgb(205,46,234); }
H1.HeaderClassName
{
color: #CD2EEA;
}
.AnyTagClassName
{
color: #CD2EEA;
}
</style>
background-color css
<style>
a { background-color: #CD2EEA; }
a { background-color: rgb(205,46,234); }
div.DivClassName
{
background-color: #CD2EEA;
}
.BgClassName
{
background-color: #CD2EEA;
}
</style>
border-color css
<style>
span { border-color: #CD2EEA; }
span { border-color: rgb(205,46,234); }
td.TdClassName
{
border-color: #CD2EEA;
}
.TagClassName
{
border-color: #CD2EEA;
}
</style>