Shades of Medium Orchid #CE4DEB
Tints of Medium Orchid #CE4DEB
RGB
CMYK
RGB Variations
Color information
#CE4DEB (or 0xCE4DEB) is known color: Medium Orchid. HEX triplet: CE, 4D and EB. RGB value is (206,77,235). Sum of RGB (Red+Green+Blue) = 206+77+235=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 77 (30.47% from 255 or 14.86% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE4DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4DEB is #31B214. Grayscale: #858585. Windows color (decimal): -3256853 or 15420878. OLE color: 15420878.
HSL color Cylindrical-coordinate representation of color #CE4DEB: hue angle of 288.99º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4DEB is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 77 | 235 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.08 |
| HSL | 288.99º | 0.8% | 0.61% | - |
| HSV(B) | 288.99º | 0.67% | 0.92% | - |
| XYZ | 43.1 | 24.43 | 81.04 | - |
| YUV | 133.58 | 185.24 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 235 | 0.12 | 0.67 | 0 | 0.08 | 288.99 | 0.8 | 0.61 |
| Hex | CE | 4D | EB | C | 43 | 0 | 8 | 121 | 50 | 3D |
| Octal | 316 | 115 | 353 | 14 | 103 | 0 | 10 | 441 | 120 | 75 |
| Binary | 11001110 | 1001101 | 11101011 | 1100 | 1000011 | 0 | 1000 | 100100001 | 1010000 | 111101 |
Color Harmonies of #CE4DEB
Complementary color
Monochromatic Colors of #CE4DEB
Black with #CE4DEB
Text Example
Text Example
White with #CE4DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4DEB; }
p { color: rgb(206,77,235); }
H1.HeaderClassName
{
color: #CE4DEB;
}
.AnyTagClassName
{
color: #CE4DEB;
}
</style>
background-color css
<style>
a { background-color: #CE4DEB; }
a { background-color: rgb(206,77,235); }
div.DivClassName
{
background-color: #CE4DEB;
}
.BgClassName
{
background-color: #CE4DEB;
}
</style>
border-color css
<style>
span { border-color: #CE4DEB; }
span { border-color: rgb(206,77,235); }
td.TdClassName
{
border-color: #CE4DEB;
}
.TagClassName
{
border-color: #CE4DEB;
}
</style>