Shades of Medium Orchid #CE54DB
Tints of Medium Orchid #CE54DB
RGB
CMYK
RGB Variations
Color information
#CE54DB (or 0xCE54DB) is known color: Medium Orchid. HEX triplet: CE, 54 and DB. RGB value is (206,84,219). Sum of RGB (Red+Green+Blue) = 206+84+219=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 84 (33.20% from 255 or 16.50% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE54DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE54DB is #31AB24. Grayscale: #878787. Windows color (decimal): -3255077 or 14374094. OLE color: 14374094.
HSL color Cylindrical-coordinate representation of color #CE54DB: hue angle of 294.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE54DB is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 84 | 219 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.14 |
| HSL | 294.22º | 0.65% | 0.59% | - |
| HSV(B) | 294.22º | 0.62% | 0.86% | - |
| XYZ | 41.41 | 24.58 | 69.58 | - |
| YUV | 135.87 | 174.92 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 219 | 0.06 | 0.62 | 0 | 0.14 | 294.22 | 0.65 | 0.59 |
| Hex | CE | 54 | DB | 6 | 3E | 0 | E | 126 | 41 | 3B |
| Octal | 316 | 124 | 333 | 6 | 76 | 0 | 16 | 446 | 101 | 73 |
| Binary | 11001110 | 1010100 | 11011011 | 110 | 111110 | 0 | 1110 | 100100110 | 1000001 | 111011 |
Color Harmonies of #CE54DB
Complementary color
Monochromatic Colors of #CE54DB
Black with #CE54DB
Text Example
Text Example
White with #CE54DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE54DB; }
p { color: rgb(206,84,219); }
H1.HeaderClassName
{
color: #CE54DB;
}
.AnyTagClassName
{
color: #CE54DB;
}
</style>
background-color css
<style>
a { background-color: #CE54DB; }
a { background-color: rgb(206,84,219); }
div.DivClassName
{
background-color: #CE54DB;
}
.BgClassName
{
background-color: #CE54DB;
}
</style>
border-color css
<style>
span { border-color: #CE54DB; }
span { border-color: rgb(206,84,219); }
td.TdClassName
{
border-color: #CE54DB;
}
.TagClassName
{
border-color: #CE54DB;
}
</style>