Shades of Medium Orchid #CE5EDB
Tints of Medium Orchid #CE5EDB
RGB
CMYK
RGB Variations
Color information
#CE5EDB (or 0xCE5EDB) is known color: Medium Orchid. HEX triplet: CE, 5E and DB. RGB value is (206,94,219). Sum of RGB (Red+Green+Blue) = 206+94+219=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE5EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5EDB is #31A124. Grayscale: #8D8D8D. Windows color (decimal): -3252517 or 14376654. OLE color: 14376654.
HSL color Cylindrical-coordinate representation of color #CE5EDB: hue angle of 293.76º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE5EDB is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 94 | 219 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.14 |
| HSL | 293.76º | 0.63% | 0.61% | - |
| HSV(B) | 293.76º | 0.57% | 0.86% | - |
| XYZ | 42.24 | 26.24 | 69.86 | - |
| YUV | 141.74 | 171.61 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 219 | 0.06 | 0.57 | 0 | 0.14 | 293.76 | 0.63 | 0.61 |
| Hex | CE | 5E | DB | 6 | 39 | 0 | E | 126 | 3F | 3D |
| Octal | 316 | 136 | 333 | 6 | 71 | 0 | 16 | 446 | 77 | 75 |
| Binary | 11001110 | 1011110 | 11011011 | 110 | 111001 | 0 | 1110 | 100100110 | 111111 | 111101 |
Color Harmonies of #CE5EDB
Complementary color
Monochromatic Colors of #CE5EDB
Black with #CE5EDB
Text Example
Text Example
White with #CE5EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5EDB; }
p { color: rgb(206,94,219); }
H1.HeaderClassName
{
color: #CE5EDB;
}
.AnyTagClassName
{
color: #CE5EDB;
}
</style>
background-color css
<style>
a { background-color: #CE5EDB; }
a { background-color: rgb(206,94,219); }
div.DivClassName
{
background-color: #CE5EDB;
}
.BgClassName
{
background-color: #CE5EDB;
}
</style>
border-color css
<style>
span { border-color: #CE5EDB; }
span { border-color: rgb(206,94,219); }
td.TdClassName
{
border-color: #CE5EDB;
}
.TagClassName
{
border-color: #CE5EDB;
}
</style>