Shades of Medium Orchid #CE44DB
Tints of Medium Orchid #CE44DB
RGB
CMYK
RGB Variations
Color information
#CE44DB (or 0xCE44DB) is known color: Medium Orchid. HEX triplet: CE, 44 and DB. RGB value is (206,68,219). Sum of RGB (Red+Green+Blue) = 206+68+219=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 68 (26.95% from 255 or 13.79% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE44DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE44DB is #31BB24. Grayscale: #7E7E7E. Windows color (decimal): -3259173 or 14369998. OLE color: 14369998.
HSL color Cylindrical-coordinate representation of color #CE44DB: hue angle of 294.83º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE44DB is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 68 | 219 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.14 |
| HSL | 294.83º | 0.68% | 0.56% | - |
| HSV(B) | 294.83º | 0.69% | 0.86% | - |
| XYZ | 40.31 | 22.37 | 69.21 | - |
| YUV | 126.48 | 180.22 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 68 | 219 | 0.06 | 0.69 | 0 | 0.14 | 294.83 | 0.68 | 0.56 |
| Hex | CE | 44 | DB | 6 | 45 | 0 | E | 127 | 44 | 38 |
| Octal | 316 | 104 | 333 | 6 | 105 | 0 | 16 | 447 | 104 | 70 |
| Binary | 11001110 | 1000100 | 11011011 | 110 | 1000101 | 0 | 1110 | 100100111 | 1000100 | 111000 |
Color Harmonies of #CE44DB
Complementary color
Monochromatic Colors of #CE44DB
Black with #CE44DB
Text Example
Text Example
White with #CE44DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE44DB; }
p { color: rgb(206,68,219); }
H1.HeaderClassName
{
color: #CE44DB;
}
.AnyTagClassName
{
color: #CE44DB;
}
</style>
background-color css
<style>
a { background-color: #CE44DB; }
a { background-color: rgb(206,68,219); }
div.DivClassName
{
background-color: #CE44DB;
}
.BgClassName
{
background-color: #CE44DB;
}
</style>
border-color css
<style>
span { border-color: #CE44DB; }
span { border-color: rgb(206,68,219); }
td.TdClassName
{
border-color: #CE44DB;
}
.TagClassName
{
border-color: #CE44DB;
}
</style>