Shades of Medium Orchid #CE2FDB
Tints of Medium Orchid #CE2FDB
RGB
CMYK
RGB Variations
Color information
#CE2FDB (or 0xCE2FDB) is known color: Medium Orchid. HEX triplet: CE, 2F and DB. RGB value is (206,47,219). Sum of RGB (Red+Green+Blue) = 206+47+219=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 47 (18.75% from 255 or 9.96% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE2FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2FDB is #31D024. Grayscale: #717171. Windows color (decimal): -3264549 or 14364622. OLE color: 14364622.
HSL color Cylindrical-coordinate representation of color #CE2FDB: hue angle of 295.47º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2FDB is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 47 | 219 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.14 |
| HSL | 295.47º | 0.7% | 0.52% | - |
| HSV(B) | 295.47º | 0.79% | 0.86% | - |
| XYZ | 39.26 | 20.27 | 68.86 | - |
| YUV | 114.15 | 187.18 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 219 | 0.06 | 0.79 | 0 | 0.14 | 295.47 | 0.7 | 0.52 |
| Hex | CE | 2F | DB | 6 | 4F | 0 | E | 127 | 46 | 34 |
| Octal | 316 | 57 | 333 | 6 | 117 | 0 | 16 | 447 | 106 | 64 |
| Binary | 11001110 | 101111 | 11011011 | 110 | 1001111 | 0 | 1110 | 100100111 | 1000110 | 110100 |
Color Harmonies of #CE2FDB
Complementary color
Monochromatic Colors of #CE2FDB
Black with #CE2FDB
Text Example
Text Example
White with #CE2FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2FDB; }
p { color: rgb(206,47,219); }
H1.HeaderClassName
{
color: #CE2FDB;
}
.AnyTagClassName
{
color: #CE2FDB;
}
</style>
background-color css
<style>
a { background-color: #CE2FDB; }
a { background-color: rgb(206,47,219); }
div.DivClassName
{
background-color: #CE2FDB;
}
.BgClassName
{
background-color: #CE2FDB;
}
</style>
border-color css
<style>
span { border-color: #CE2FDB; }
span { border-color: rgb(206,47,219); }
td.TdClassName
{
border-color: #CE2FDB;
}
.TagClassName
{
border-color: #CE2FDB;
}
</style>