Shades of Medium Orchid #CE56DB
Tints of Medium Orchid #CE56DB
RGB
CMYK
RGB Variations
Color information
#CE56DB (or 0xCE56DB) is known color: Medium Orchid. HEX triplet: CE, 56 and DB. RGB value is (206,86,219). Sum of RGB (Red+Green+Blue) = 206+86+219=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 86 (33.98% from 255 or 16.83% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE56DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE56DB is #31A924. Grayscale: #888888. Windows color (decimal): -3254565 or 14374606. OLE color: 14374606.
HSL color Cylindrical-coordinate representation of color #CE56DB: hue angle of 294.14º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE56DB is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 86 | 219 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.14 |
| HSL | 294.14º | 0.65% | 0.6% | - |
| HSV(B) | 294.14º | 0.61% | 0.86% | - |
| XYZ | 41.57 | 24.89 | 69.63 | - |
| YUV | 137.04 | 174.26 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 219 | 0.06 | 0.61 | 0 | 0.14 | 294.14 | 0.65 | 0.6 |
| Hex | CE | 56 | DB | 6 | 3D | 0 | E | 126 | 41 | 3C |
| Octal | 316 | 126 | 333 | 6 | 75 | 0 | 16 | 446 | 101 | 74 |
| Binary | 11001110 | 1010110 | 11011011 | 110 | 111101 | 0 | 1110 | 100100110 | 1000001 | 111100 |
Color Harmonies of #CE56DB
Complementary color
Monochromatic Colors of #CE56DB
Black with #CE56DB
Text Example
Text Example
White with #CE56DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE56DB; }
p { color: rgb(206,86,219); }
H1.HeaderClassName
{
color: #CE56DB;
}
.AnyTagClassName
{
color: #CE56DB;
}
</style>
background-color css
<style>
a { background-color: #CE56DB; }
a { background-color: rgb(206,86,219); }
div.DivClassName
{
background-color: #CE56DB;
}
.BgClassName
{
background-color: #CE56DB;
}
</style>
border-color css
<style>
span { border-color: #CE56DB; }
span { border-color: rgb(206,86,219); }
td.TdClassName
{
border-color: #CE56DB;
}
.TagClassName
{
border-color: #CE56DB;
}
</style>