Shades of Medium Orchid #CE5BDB
Tints of Medium Orchid #CE5BDB
RGB
CMYK
RGB Variations
Color information
#CE5BDB (or 0xCE5BDB) is known color: Medium Orchid. HEX triplet: CE, 5B and DB. RGB value is (206,91,219). Sum of RGB (Red+Green+Blue) = 206+91+219=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 91 (35.94% from 255 or 17.64% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE5BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5BDB is #31A424. Grayscale: #8B8B8B. Windows color (decimal): -3253285 or 14375886. OLE color: 14375886.
HSL color Cylindrical-coordinate representation of color #CE5BDB: hue angle of 293.91º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE5BDB is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 91 | 219 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.14 |
| HSL | 293.91º | 0.64% | 0.61% | - |
| HSV(B) | 293.91º | 0.58% | 0.86% | - |
| XYZ | 41.98 | 25.72 | 69.77 | - |
| YUV | 139.98 | 172.6 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 219 | 0.06 | 0.58 | 0 | 0.14 | 293.91 | 0.64 | 0.61 |
| Hex | CE | 5B | DB | 6 | 3A | 0 | E | 126 | 40 | 3D |
| Octal | 316 | 133 | 333 | 6 | 72 | 0 | 16 | 446 | 100 | 75 |
| Binary | 11001110 | 1011011 | 11011011 | 110 | 111010 | 0 | 1110 | 100100110 | 1000000 | 111101 |
Color Harmonies of #CE5BDB
Complementary color
Monochromatic Colors of #CE5BDB
Black with #CE5BDB
Text Example
Text Example
White with #CE5BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5BDB; }
p { color: rgb(206,91,219); }
H1.HeaderClassName
{
color: #CE5BDB;
}
.AnyTagClassName
{
color: #CE5BDB;
}
</style>
background-color css
<style>
a { background-color: #CE5BDB; }
a { background-color: rgb(206,91,219); }
div.DivClassName
{
background-color: #CE5BDB;
}
.BgClassName
{
background-color: #CE5BDB;
}
</style>
border-color css
<style>
span { border-color: #CE5BDB; }
span { border-color: rgb(206,91,219); }
td.TdClassName
{
border-color: #CE5BDB;
}
.TagClassName
{
border-color: #CE5BDB;
}
</style>