Shades of Medium Orchid #CE49E8
Tints of Medium Orchid #CE49E8
RGB
CMYK
RGB Variations
Color information
#CE49E8 (or 0xCE49E8) is known color: Medium Orchid. HEX triplet: CE, 49 and E8. RGB value is (206,73,232). Sum of RGB (Red+Green+Blue) = 206+73+232=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 73 (28.91% from 255 or 14.29% from 511); Blue value is 232 (91.02% from 255 or 45.40% from 511); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE49E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE49E8 is #31B617. Grayscale: #828282. Windows color (decimal): -3257880 or 15223246. OLE color: 15223246.
HSL color Cylindrical-coordinate representation of color #CE49E8: hue angle of 290.19º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE49E8 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 73 | 232 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.09 |
| HSL | 290.19º | 0.78% | 0.6% | - |
| HSV(B) | 290.19º | 0.69% | 0.91% | - |
| XYZ | 42.4 | 23.71 | 78.69 | - |
| YUV | 130.89 | 185.06 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 232 | 0.11 | 0.69 | 0 | 0.09 | 290.19 | 0.78 | 0.6 |
| Hex | CE | 49 | E8 | B | 45 | 0 | 9 | 122 | 4E | 3C |
| Octal | 316 | 111 | 350 | 13 | 105 | 0 | 11 | 442 | 116 | 74 |
| Binary | 11001110 | 1001001 | 11101000 | 1011 | 1000101 | 0 | 1001 | 100100010 | 1001110 | 111100 |
Color Harmonies of #CE49E8
Complementary color
Monochromatic Colors of #CE49E8
Black with #CE49E8
Text Example
Text Example
White with #CE49E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE49E8; }
p { color: rgb(206,73,232); }
H1.HeaderClassName
{
color: #CE49E8;
}
.AnyTagClassName
{
color: #CE49E8;
}
</style>
background-color css
<style>
a { background-color: #CE49E8; }
a { background-color: rgb(206,73,232); }
div.DivClassName
{
background-color: #CE49E8;
}
.BgClassName
{
background-color: #CE49E8;
}
</style>
border-color css
<style>
span { border-color: #CE49E8; }
span { border-color: rgb(206,73,232); }
td.TdClassName
{
border-color: #CE49E8;
}
.TagClassName
{
border-color: #CE49E8;
}
</style>