Shades of Medium Orchid #CE5ADB
Tints of Medium Orchid #CE5ADB
RGB
CMYK
RGB Variations
Color information
#CE5ADB (or 0xCE5ADB) is known color: Medium Orchid. HEX triplet: CE, 5A and DB. RGB value is (206,90,219). Sum of RGB (Red+Green+Blue) = 206+90+219=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE5ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5ADB is #31A524. Grayscale: #8A8A8A. Windows color (decimal): -3253541 or 14375630. OLE color: 14375630.
HSL color Cylindrical-coordinate representation of color #CE5ADB: hue angle of 293.95º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE5ADB is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 90 | 219 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.14 |
| HSL | 293.95º | 0.64% | 0.61% | - |
| HSV(B) | 293.95º | 0.59% | 0.86% | - |
| XYZ | 41.9 | 25.55 | 69.74 | - |
| YUV | 139.39 | 172.93 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 219 | 0.06 | 0.59 | 0 | 0.14 | 293.95 | 0.64 | 0.61 |
| Hex | CE | 5A | DB | 6 | 3B | 0 | E | 126 | 40 | 3D |
| Octal | 316 | 132 | 333 | 6 | 73 | 0 | 16 | 446 | 100 | 75 |
| Binary | 11001110 | 1011010 | 11011011 | 110 | 111011 | 0 | 1110 | 100100110 | 1000000 | 111101 |
Color Harmonies of #CE5ADB
Complementary color
Monochromatic Colors of #CE5ADB
Black with #CE5ADB
Text Example
Text Example
White with #CE5ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5ADB; }
p { color: rgb(206,90,219); }
H1.HeaderClassName
{
color: #CE5ADB;
}
.AnyTagClassName
{
color: #CE5ADB;
}
</style>
background-color css
<style>
a { background-color: #CE5ADB; }
a { background-color: rgb(206,90,219); }
div.DivClassName
{
background-color: #CE5ADB;
}
.BgClassName
{
background-color: #CE5ADB;
}
</style>
border-color css
<style>
span { border-color: #CE5ADB; }
span { border-color: rgb(206,90,219); }
td.TdClassName
{
border-color: #CE5ADB;
}
.TagClassName
{
border-color: #CE5ADB;
}
</style>