Shades of Medium Orchid #CE48E8
Tints of Medium Orchid #CE48E8
RGB
CMYK
RGB Variations
Color information
#CE48E8 (or 0xCE48E8) is known color: Medium Orchid. HEX triplet: CE, 48 and E8. RGB value is (206,72,232). Sum of RGB (Red+Green+Blue) = 206+72+232=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 72 (28.52% from 255 or 14.12% from 510); Blue value is 232 (91.02% from 255 or 45.49% from 510); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE48E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE48E8 is #31B717. Grayscale: #818181. Windows color (decimal): -3258136 or 15222990. OLE color: 15222990.
HSL color Cylindrical-coordinate representation of color #CE48E8: hue angle of 290.25º 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 #CE48E8 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 72 | 232 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.09 |
| HSL | 290.25º | 0.78% | 0.6% | - |
| HSV(B) | 290.25º | 0.69% | 0.91% | - |
| XYZ | 42.34 | 23.58 | 78.66 | - |
| YUV | 130.31 | 185.39 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 232 | 0.11 | 0.69 | 0 | 0.09 | 290.25 | 0.78 | 0.6 |
| Hex | CE | 48 | E8 | B | 45 | 0 | 9 | 122 | 4E | 3C |
| Octal | 316 | 110 | 350 | 13 | 105 | 0 | 11 | 442 | 116 | 74 |
| Binary | 11001110 | 1001000 | 11101000 | 1011 | 1000101 | 0 | 1001 | 100100010 | 1001110 | 111100 |
Color Harmonies of #CE48E8
Complementary color
Monochromatic Colors of #CE48E8
Black with #CE48E8
Text Example
Text Example
White with #CE48E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE48E8; }
p { color: rgb(206,72,232); }
H1.HeaderClassName
{
color: #CE48E8;
}
.AnyTagClassName
{
color: #CE48E8;
}
</style>
background-color css
<style>
a { background-color: #CE48E8; }
a { background-color: rgb(206,72,232); }
div.DivClassName
{
background-color: #CE48E8;
}
.BgClassName
{
background-color: #CE48E8;
}
</style>
border-color css
<style>
span { border-color: #CE48E8; }
span { border-color: rgb(206,72,232); }
td.TdClassName
{
border-color: #CE48E8;
}
.TagClassName
{
border-color: #CE48E8;
}
</style>