Shades of Medium Orchid #CE5FEB
Tints of Medium Orchid #CE5FEB
RGB
CMYK
RGB Variations
Color information
#CE5FEB (or 0xCE5FEB) is known color: Medium Orchid. HEX triplet: CE, 5F and EB. RGB value is (206,95,235). Sum of RGB (Red+Green+Blue) = 206+95+235=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 95 (37.5% from 255 or 17.72% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE5FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5FEB is #31A014. Grayscale: #8F8F8F. Windows color (decimal): -3252245 or 15425486. OLE color: 15425486.
HSL color Cylindrical-coordinate representation of color #CE5FEB: hue angle of 287.57º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5FEB is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 95 | 235 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.08 |
| HSL | 287.57º | 0.78% | 0.65% | - |
| HSV(B) | 287.57º | 0.6% | 0.92% | - |
| XYZ | 44.54 | 27.3 | 81.52 | - |
| YUV | 144.15 | 179.27 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 95 | 235 | 0.12 | 0.60 | 0 | 0.08 | 287.57 | 0.78 | 0.65 |
| Hex | CE | 5F | EB | C | 3C | 0 | 8 | 120 | 4E | 41 |
| Octal | 316 | 137 | 353 | 14 | 74 | 0 | 10 | 440 | 116 | 101 |
| Binary | 11001110 | 1011111 | 11101011 | 1100 | 111100 | 0 | 1000 | 100100000 | 1001110 | 1000001 |
Color Harmonies of #CE5FEB
Complementary color
Monochromatic Colors of #CE5FEB
Black with #CE5FEB
Text Example
Text Example
White with #CE5FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5FEB; }
p { color: rgb(206,95,235); }
H1.HeaderClassName
{
color: #CE5FEB;
}
.AnyTagClassName
{
color: #CE5FEB;
}
</style>
background-color css
<style>
a { background-color: #CE5FEB; }
a { background-color: rgb(206,95,235); }
div.DivClassName
{
background-color: #CE5FEB;
}
.BgClassName
{
background-color: #CE5FEB;
}
</style>
border-color css
<style>
span { border-color: #CE5FEB; }
span { border-color: rgb(206,95,235); }
td.TdClassName
{
border-color: #CE5FEB;
}
.TagClassName
{
border-color: #CE5FEB;
}
</style>