Shades of Medium Orchid #CE36DB
Tints of Medium Orchid #CE36DB
RGB
CMYK
RGB Variations
Color information
#CE36DB (or 0xCE36DB) is known color: Medium Orchid. HEX triplet: CE, 36 and DB. RGB value is (206,54,219). Sum of RGB (Red+Green+Blue) = 206+54+219=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 54 (21.48% from 255 or 11.27% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE36DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE36DB is #31C924. Grayscale: #757575. Windows color (decimal): -3262757 or 14366414. OLE color: 14366414.
HSL color Cylindrical-coordinate representation of color #CE36DB: hue angle of 295.27º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE36DB is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 54 | 219 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.14 |
| HSL | 295.27º | 0.7% | 0.54% | - |
| HSV(B) | 295.27º | 0.75% | 0.86% | - |
| XYZ | 39.56 | 20.87 | 68.96 | - |
| YUV | 118.26 | 184.86 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 219 | 0.06 | 0.75 | 0 | 0.14 | 295.27 | 0.7 | 0.54 |
| Hex | CE | 36 | DB | 6 | 4B | 0 | E | 127 | 46 | 36 |
| Octal | 316 | 66 | 333 | 6 | 113 | 0 | 16 | 447 | 106 | 66 |
| Binary | 11001110 | 110110 | 11011011 | 110 | 1001011 | 0 | 1110 | 100100111 | 1000110 | 110110 |
Color Harmonies of #CE36DB
Complementary color
Monochromatic Colors of #CE36DB
Black with #CE36DB
Text Example
Text Example
White with #CE36DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE36DB; }
p { color: rgb(206,54,219); }
H1.HeaderClassName
{
color: #CE36DB;
}
.AnyTagClassName
{
color: #CE36DB;
}
</style>
background-color css
<style>
a { background-color: #CE36DB; }
a { background-color: rgb(206,54,219); }
div.DivClassName
{
background-color: #CE36DB;
}
.BgClassName
{
background-color: #CE36DB;
}
</style>
border-color css
<style>
span { border-color: #CE36DB; }
span { border-color: rgb(206,54,219); }
td.TdClassName
{
border-color: #CE36DB;
}
.TagClassName
{
border-color: #CE36DB;
}
</style>