Shades of Medium Orchid #CE48E1
Tints of Medium Orchid #CE48E1
RGB
CMYK
RGB Variations
Color information
#CE48E1 (or 0xCE48E1) is known color: Medium Orchid. HEX triplet: CE, 48 and E1. RGB value is (206,72,225). Sum of RGB (Red+Green+Blue) = 206+72+225=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 72 (28.52% from 255 or 14.31% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE48E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE48E1 is #31B71E. Grayscale: #818181. Windows color (decimal): -3258143 or 14764238. OLE color: 14764238.
HSL color Cylindrical-coordinate representation of color #CE48E1: hue angle of 292.55º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE48E1 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 72 | 225 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.12 |
| HSL | 292.55º | 0.72% | 0.58% | - |
| HSV(B) | 292.55º | 0.68% | 0.88% | - |
| XYZ | 41.36 | 23.19 | 73.53 | - |
| YUV | 129.51 | 181.89 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 225 | 0.08 | 0.68 | 0 | 0.12 | 292.55 | 0.72 | 0.58 |
| Hex | CE | 48 | E1 | 8 | 44 | 0 | C | 125 | 48 | 3A |
| Octal | 316 | 110 | 341 | 10 | 104 | 0 | 14 | 445 | 110 | 72 |
| Binary | 11001110 | 1001000 | 11100001 | 1000 | 1000100 | 0 | 1100 | 100100101 | 1001000 | 111010 |
Color Harmonies of #CE48E1
Complementary color
Monochromatic Colors of #CE48E1
Black with #CE48E1
Text Example
Text Example
White with #CE48E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE48E1; }
p { color: rgb(206,72,225); }
H1.HeaderClassName
{
color: #CE48E1;
}
.AnyTagClassName
{
color: #CE48E1;
}
</style>
background-color css
<style>
a { background-color: #CE48E1; }
a { background-color: rgb(206,72,225); }
div.DivClassName
{
background-color: #CE48E1;
}
.BgClassName
{
background-color: #CE48E1;
}
</style>
border-color css
<style>
span { border-color: #CE48E1; }
span { border-color: rgb(206,72,225); }
td.TdClassName
{
border-color: #CE48E1;
}
.TagClassName
{
border-color: #CE48E1;
}
</style>