Shades of Medium Orchid #CE48E7
Tints of Medium Orchid #CE48E7
RGB
CMYK
RGB Variations
Color information
#CE48E7 (or 0xCE48E7) is known color: Medium Orchid. HEX triplet: CE, 48 and E7. RGB value is (206,72,231). Sum of RGB (Red+Green+Blue) = 206+72+231=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 72 (28.52% from 255 or 14.15% from 509); Blue value is 231 (90.62% from 255 or 45.38% from 509); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE48E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE48E7 is #31B718. Grayscale: #818181. Windows color (decimal): -3258137 or 15157454. OLE color: 15157454.
HSL color Cylindrical-coordinate representation of color #CE48E7: hue angle of 290.57º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE48E7 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 72 | 231 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.09 |
| HSL | 290.57º | 0.77% | 0.59% | - |
| HSV(B) | 290.57º | 0.69% | 0.91% | - |
| XYZ | 42.19 | 23.53 | 77.92 | - |
| YUV | 130.19 | 184.89 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 231 | 0.11 | 0.69 | 0 | 0.09 | 290.57 | 0.77 | 0.59 |
| Hex | CE | 48 | E7 | B | 45 | 0 | 9 | 123 | 4D | 3B |
| Octal | 316 | 110 | 347 | 13 | 105 | 0 | 11 | 443 | 115 | 73 |
| Binary | 11001110 | 1001000 | 11100111 | 1011 | 1000101 | 0 | 1001 | 100100011 | 1001101 | 111011 |
Color Harmonies of #CE48E7
Complementary color
Monochromatic Colors of #CE48E7
Black with #CE48E7
Text Example
Text Example
White with #CE48E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE48E7; }
p { color: rgb(206,72,231); }
H1.HeaderClassName
{
color: #CE48E7;
}
.AnyTagClassName
{
color: #CE48E7;
}
</style>
background-color css
<style>
a { background-color: #CE48E7; }
a { background-color: rgb(206,72,231); }
div.DivClassName
{
background-color: #CE48E7;
}
.BgClassName
{
background-color: #CE48E7;
}
</style>
border-color css
<style>
span { border-color: #CE48E7; }
span { border-color: rgb(206,72,231); }
td.TdClassName
{
border-color: #CE48E7;
}
.TagClassName
{
border-color: #CE48E7;
}
</style>