Shades of Medium Orchid #CE3BDB
Tints of Medium Orchid #CE3BDB
RGB
CMYK
RGB Variations
Color information
#CE3BDB (or 0xCE3BDB) is known color: Medium Orchid. HEX triplet: CE, 3B and DB. RGB value is (206,59,219). Sum of RGB (Red+Green+Blue) = 206+59+219=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 59 (23.44% from 255 or 12.19% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE3BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3BDB is #31C424. Grayscale: #787878. Windows color (decimal): -3261477 or 14367694. OLE color: 14367694.
HSL color Cylindrical-coordinate representation of color #CE3BDB: hue angle of 295.12º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3BDB is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 59 | 219 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.14 |
| HSL | 295.13º | 0.69% | 0.55% | - |
| HSV(B) | 295.13º | 0.73% | 0.86% | - |
| XYZ | 39.8 | 21.36 | 69.04 | - |
| YUV | 121.19 | 183.2 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 59 | 219 | 0.06 | 0.73 | 0 | 0.14 | 295.13 | 0.69 | 0.55 |
| Hex | CE | 3B | DB | 6 | 49 | 0 | E | 127 | 45 | 37 |
| Octal | 316 | 73 | 333 | 6 | 111 | 0 | 16 | 447 | 105 | 67 |
| Binary | 11001110 | 111011 | 11011011 | 110 | 1001001 | 0 | 1110 | 100100111 | 1000101 | 110111 |
Color Harmonies of #CE3BDB
Complementary color
Monochromatic Colors of #CE3BDB
Black with #CE3BDB
Text Example
Text Example
White with #CE3BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3BDB; }
p { color: rgb(206,59,219); }
H1.HeaderClassName
{
color: #CE3BDB;
}
.AnyTagClassName
{
color: #CE3BDB;
}
</style>
background-color css
<style>
a { background-color: #CE3BDB; }
a { background-color: rgb(206,59,219); }
div.DivClassName
{
background-color: #CE3BDB;
}
.BgClassName
{
background-color: #CE3BDB;
}
</style>
border-color css
<style>
span { border-color: #CE3BDB; }
span { border-color: rgb(206,59,219); }
td.TdClassName
{
border-color: #CE3BDB;
}
.TagClassName
{
border-color: #CE3BDB;
}
</style>