Shades of Medium Orchid #CE48E9
Tints of Medium Orchid #CE48E9
RGB
CMYK
RGB Variations
Color information
#CE48E9 (or 0xCE48E9) is known color: Medium Orchid. HEX triplet: CE, 48 and E9. RGB value is (206,72,233). Sum of RGB (Red+Green+Blue) = 206+72+233=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 72 (28.52% from 255 or 14.09% from 511); Blue value is 233 (91.41% from 255 or 45.60% from 511); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE48E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE48E9 is #31B716. Grayscale: #818181. Windows color (decimal): -3258135 or 15288526. OLE color: 15288526.
HSL color Cylindrical-coordinate representation of color #CE48E9: hue angle of 289.94º degrees, saturation: 0.79, 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 #CE48E9 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 72 | 233 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.09 |
| HSL | 289.94º | 0.79% | 0.6% | - |
| HSV(B) | 289.94º | 0.69% | 0.91% | - |
| XYZ | 42.48 | 23.64 | 79.41 | - |
| YUV | 130.42 | 185.89 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 233 | 0.12 | 0.69 | 0 | 0.09 | 289.94 | 0.79 | 0.6 |
| Hex | CE | 48 | E9 | C | 45 | 0 | 9 | 122 | 4F | 3C |
| Octal | 316 | 110 | 351 | 14 | 105 | 0 | 11 | 442 | 117 | 74 |
| Binary | 11001110 | 1001000 | 11101001 | 1100 | 1000101 | 0 | 1001 | 100100010 | 1001111 | 111100 |
Color Harmonies of #CE48E9
Complementary color
Monochromatic Colors of #CE48E9
Black with #CE48E9
Text Example
Text Example
White with #CE48E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE48E9; }
p { color: rgb(206,72,233); }
H1.HeaderClassName
{
color: #CE48E9;
}
.AnyTagClassName
{
color: #CE48E9;
}
</style>
background-color css
<style>
a { background-color: #CE48E9; }
a { background-color: rgb(206,72,233); }
div.DivClassName
{
background-color: #CE48E9;
}
.BgClassName
{
background-color: #CE48E9;
}
</style>
border-color css
<style>
span { border-color: #CE48E9; }
span { border-color: rgb(206,72,233); }
td.TdClassName
{
border-color: #CE48E9;
}
.TagClassName
{
border-color: #CE48E9;
}
</style>