Shades of Medium Orchid #CE3CDB
Tints of Medium Orchid #CE3CDB
RGB
CMYK
RGB Variations
Color information
#CE3CDB (or 0xCE3CDB) is known color: Medium Orchid. HEX triplet: CE, 3C and DB. RGB value is (206,60,219). Sum of RGB (Red+Green+Blue) = 206+60+219=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 60 (23.83% from 255 or 12.37% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE3CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3CDB is #31C324. Grayscale: #797979. Windows color (decimal): -3261221 or 14367950. OLE color: 14367950.
HSL color Cylindrical-coordinate representation of color #CE3CDB: hue angle of 295.09º 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 #CE3CDB is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 60 | 219 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.14 |
| HSL | 295.09º | 0.69% | 0.55% | - |
| HSV(B) | 295.09º | 0.73% | 0.86% | - |
| XYZ | 39.86 | 21.47 | 69.06 | - |
| YUV | 121.78 | 182.87 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 219 | 0.06 | 0.73 | 0 | 0.14 | 295.09 | 0.69 | 0.55 |
| Hex | CE | 3C | DB | 6 | 49 | 0 | E | 127 | 45 | 37 |
| Octal | 316 | 74 | 333 | 6 | 111 | 0 | 16 | 447 | 105 | 67 |
| Binary | 11001110 | 111100 | 11011011 | 110 | 1001001 | 0 | 1110 | 100100111 | 1000101 | 110111 |
Color Harmonies of #CE3CDB
Complementary color
Monochromatic Colors of #CE3CDB
Black with #CE3CDB
Text Example
Text Example
White with #CE3CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3CDB; }
p { color: rgb(206,60,219); }
H1.HeaderClassName
{
color: #CE3CDB;
}
.AnyTagClassName
{
color: #CE3CDB;
}
</style>
background-color css
<style>
a { background-color: #CE3CDB; }
a { background-color: rgb(206,60,219); }
div.DivClassName
{
background-color: #CE3CDB;
}
.BgClassName
{
background-color: #CE3CDB;
}
</style>
border-color css
<style>
span { border-color: #CE3CDB; }
span { border-color: rgb(206,60,219); }
td.TdClassName
{
border-color: #CE3CDB;
}
.TagClassName
{
border-color: #CE3CDB;
}
</style>