Shades of Medium Orchid #CE48D8
Tints of Medium Orchid #CE48D8
RGB
CMYK
RGB Variations
Color information
#CE48D8 (or 0xCE48D8) is known color: Medium Orchid. HEX triplet: CE, 48 and D8. RGB value is (206,72,216). Sum of RGB (Red+Green+Blue) = 206+72+216=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 72 (28.52% from 255 or 14.57% from 494); Blue value is 216 (84.77% from 255 or 43.72% from 494); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE48D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE48D8 is #31B727. Grayscale: #808080. Windows color (decimal): -3258152 or 14174414. OLE color: 14174414.
HSL color Cylindrical-coordinate representation of color #CE48D8: hue angle of 295.83º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE48D8 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 72 | 216 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.15 |
| HSL | 295.83º | 0.65% | 0.56% | - |
| HSV(B) | 295.83º | 0.67% | 0.85% | - |
| XYZ | 40.17 | 22.71 | 67.23 | - |
| YUV | 128.48 | 177.39 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 216 | 0.05 | 0.67 | 0 | 0.15 | 295.83 | 0.65 | 0.56 |
| Hex | CE | 48 | D8 | 5 | 43 | 0 | F | 128 | 41 | 38 |
| Octal | 316 | 110 | 330 | 5 | 103 | 0 | 17 | 450 | 101 | 70 |
| Binary | 11001110 | 1001000 | 11011000 | 101 | 1000011 | 0 | 1111 | 100101000 | 1000001 | 111000 |
Color Harmonies of #CE48D8
Complementary color
Monochromatic Colors of #CE48D8
Black with #CE48D8
Text Example
Text Example
White with #CE48D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE48D8; }
p { color: rgb(206,72,216); }
H1.HeaderClassName
{
color: #CE48D8;
}
.AnyTagClassName
{
color: #CE48D8;
}
</style>
background-color css
<style>
a { background-color: #CE48D8; }
a { background-color: rgb(206,72,216); }
div.DivClassName
{
background-color: #CE48D8;
}
.BgClassName
{
background-color: #CE48D8;
}
</style>
border-color css
<style>
span { border-color: #CE48D8; }
span { border-color: rgb(206,72,216); }
td.TdClassName
{
border-color: #CE48D8;
}
.TagClassName
{
border-color: #CE48D8;
}
</style>