Shades of Medium Orchid #CE3FDB
Tints of Medium Orchid #CE3FDB
RGB
CMYK
RGB Variations
Color information
#CE3FDB (or 0xCE3FDB) is known color: Medium Orchid. HEX triplet: CE, 3F and DB. RGB value is (206,63,219). Sum of RGB (Red+Green+Blue) = 206+63+219=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 63 (25% from 255 or 12.91% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE3FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3FDB is #31C024. Grayscale: #7B7B7B. Windows color (decimal): -3260453 or 14368718. OLE color: 14368718.
HSL color Cylindrical-coordinate representation of color #CE3FDB: hue angle of 295º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3FDB is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 63 | 219 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.14 |
| HSL | 295º | 0.68% | 0.55% | - |
| HSV(B) | 295º | 0.71% | 0.86% | - |
| XYZ | 40.02 | 21.79 | 69.11 | - |
| YUV | 123.54 | 181.88 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 219 | 0.06 | 0.71 | 0 | 0.14 | 295 | 0.68 | 0.55 |
| Hex | CE | 3F | DB | 6 | 47 | 0 | E | 127 | 44 | 37 |
| Octal | 316 | 77 | 333 | 6 | 107 | 0 | 16 | 447 | 104 | 67 |
| Binary | 11001110 | 111111 | 11011011 | 110 | 1000111 | 0 | 1110 | 100100111 | 1000100 | 110111 |
Color Harmonies of #CE3FDB
Complementary color
Monochromatic Colors of #CE3FDB
Black with #CE3FDB
Text Example
Text Example
White with #CE3FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3FDB; }
p { color: rgb(206,63,219); }
H1.HeaderClassName
{
color: #CE3FDB;
}
.AnyTagClassName
{
color: #CE3FDB;
}
</style>
background-color css
<style>
a { background-color: #CE3FDB; }
a { background-color: rgb(206,63,219); }
div.DivClassName
{
background-color: #CE3FDB;
}
.BgClassName
{
background-color: #CE3FDB;
}
</style>
border-color css
<style>
span { border-color: #CE3FDB; }
span { border-color: rgb(206,63,219); }
td.TdClassName
{
border-color: #CE3FDB;
}
.TagClassName
{
border-color: #CE3FDB;
}
</style>