Shades of Medium Orchid #CE2CE4
Tints of Medium Orchid #CE2CE4
RGB
CMYK
RGB Variations
Color information
#CE2CE4 (or 0xCE2CE4) is known color: Medium Orchid. HEX triplet: CE, 2C and E4. RGB value is (206,44,228). Sum of RGB (Red+Green+Blue) = 206+44+228=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 44 (17.58% from 255 or 9.21% from 478); Blue value is 228 (89.45% from 255 or 47.70% from 478); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE2CE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2CE4 is #31D31B. Grayscale: #707070. Windows color (decimal): -3265308 or 14953678. OLE color: 14953678.
HSL color Cylindrical-coordinate representation of color #CE2CE4: hue angle of 292.83º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE2CE4 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 44 | 228 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.11 |
| HSL | 292.83º | 0.77% | 0.53% | - |
| HSV(B) | 292.83º | 0.81% | 0.89% | - |
| XYZ | 40.36 | 20.52 | 75.23 | - |
| YUV | 113.41 | 192.67 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 44 | 228 | 0.10 | 0.81 | 0 | 0.11 | 292.83 | 0.77 | 0.53 |
| Hex | CE | 2C | E4 | A | 51 | 0 | B | 125 | 4D | 35 |
| Octal | 316 | 54 | 344 | 12 | 121 | 0 | 13 | 445 | 115 | 65 |
| Binary | 11001110 | 101100 | 11100100 | 1010 | 1010001 | 0 | 1011 | 100100101 | 1001101 | 110101 |
Color Harmonies of #CE2CE4
Complementary color
Monochromatic Colors of #CE2CE4
Black with #CE2CE4
Text Example
Text Example
White with #CE2CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2CE4; }
p { color: rgb(206,44,228); }
H1.HeaderClassName
{
color: #CE2CE4;
}
.AnyTagClassName
{
color: #CE2CE4;
}
</style>
background-color css
<style>
a { background-color: #CE2CE4; }
a { background-color: rgb(206,44,228); }
div.DivClassName
{
background-color: #CE2CE4;
}
.BgClassName
{
background-color: #CE2CE4;
}
</style>
border-color css
<style>
span { border-color: #CE2CE4; }
span { border-color: rgb(206,44,228); }
td.TdClassName
{
border-color: #CE2CE4;
}
.TagClassName
{
border-color: #CE2CE4;
}
</style>