Shades of Medium Orchid #CE39DB
Tints of Medium Orchid #CE39DB
RGB
CMYK
RGB Variations
Color information
#CE39DB (or 0xCE39DB) is known color: Medium Orchid. HEX triplet: CE, 39 and DB. RGB value is (206,57,219). Sum of RGB (Red+Green+Blue) = 206+57+219=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 57 (22.66% from 255 or 11.83% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE39DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE39DB is #31C624. Grayscale: #777777. Windows color (decimal): -3261989 or 14367182. OLE color: 14367182.
HSL color Cylindrical-coordinate representation of color #CE39DB: hue angle of 295.19º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE39DB is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 57 | 219 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.14 |
| HSL | 295.19º | 0.69% | 0.54% | - |
| HSV(B) | 295.19º | 0.74% | 0.86% | - |
| XYZ | 39.7 | 21.16 | 69.01 | - |
| YUV | 120.02 | 183.86 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 219 | 0.06 | 0.74 | 0 | 0.14 | 295.19 | 0.69 | 0.54 |
| Hex | CE | 39 | DB | 6 | 4A | 0 | E | 127 | 45 | 36 |
| Octal | 316 | 71 | 333 | 6 | 112 | 0 | 16 | 447 | 105 | 66 |
| Binary | 11001110 | 111001 | 11011011 | 110 | 1001010 | 0 | 1110 | 100100111 | 1000101 | 110110 |
Color Harmonies of #CE39DB
Complementary color
Monochromatic Colors of #CE39DB
Black with #CE39DB
Text Example
Text Example
White with #CE39DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE39DB; }
p { color: rgb(206,57,219); }
H1.HeaderClassName
{
color: #CE39DB;
}
.AnyTagClassName
{
color: #CE39DB;
}
</style>
background-color css
<style>
a { background-color: #CE39DB; }
a { background-color: rgb(206,57,219); }
div.DivClassName
{
background-color: #CE39DB;
}
.BgClassName
{
background-color: #CE39DB;
}
</style>
border-color css
<style>
span { border-color: #CE39DB; }
span { border-color: rgb(206,57,219); }
td.TdClassName
{
border-color: #CE39DB;
}
.TagClassName
{
border-color: #CE39DB;
}
</style>