Shades of Medium Orchid #CE2EEA
Tints of Medium Orchid #CE2EEA
RGB
CMYK
RGB Variations
Color information
#CE2EEA (or 0xCE2EEA) is known color: Medium Orchid. HEX triplet: CE, 2E and EA. RGB value is (206,46,234). Sum of RGB (Red+Green+Blue) = 206+46+234=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 46 (18.36% from 255 or 9.47% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE2EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2EEA is #31D115. Grayscale: #727272. Windows color (decimal): -3264790 or 15347406. OLE color: 15347406.
HSL color Cylindrical-coordinate representation of color #CE2EEA: hue angle of 291.06º 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 #CE2EEA is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 46 | 234 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.08 |
| HSL | 291.06º | 0.82% | 0.55% | - |
| HSV(B) | 291.06º | 0.8% | 0.92% | - |
| XYZ | 41.28 | 21.02 | 79.72 | - |
| YUV | 115.27 | 195.01 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 234 | 0.12 | 0.80 | 0 | 0.08 | 291.06 | 0.82 | 0.55 |
| Hex | CE | 2E | EA | C | 50 | 0 | 8 | 123 | 52 | 37 |
| Octal | 316 | 56 | 352 | 14 | 120 | 0 | 10 | 443 | 122 | 67 |
| Binary | 11001110 | 101110 | 11101010 | 1100 | 1010000 | 0 | 1000 | 100100011 | 1010010 | 110111 |
Color Harmonies of #CE2EEA
Complementary color
Monochromatic Colors of #CE2EEA
Black with #CE2EEA
Text Example
Text Example
White with #CE2EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2EEA; }
p { color: rgb(206,46,234); }
H1.HeaderClassName
{
color: #CE2EEA;
}
.AnyTagClassName
{
color: #CE2EEA;
}
</style>
background-color css
<style>
a { background-color: #CE2EEA; }
a { background-color: rgb(206,46,234); }
div.DivClassName
{
background-color: #CE2EEA;
}
.BgClassName
{
background-color: #CE2EEA;
}
</style>
border-color css
<style>
span { border-color: #CE2EEA; }
span { border-color: rgb(206,46,234); }
td.TdClassName
{
border-color: #CE2EEA;
}
.TagClassName
{
border-color: #CE2EEA;
}
</style>