Shades of Medium Orchid #CE39DC
Tints of Medium Orchid #CE39DC
RGB
CMYK
RGB Variations
Color information
#CE39DC (or 0xCE39DC) is known color: Medium Orchid. HEX triplet: CE, 39 and DC. RGB value is (206,57,220). Sum of RGB (Red+Green+Blue) = 206+57+220=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 57 (22.66% from 255 or 11.80% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE39DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE39DC is #31C623. Grayscale: #777777. Windows color (decimal): -3261988 or 14432718. OLE color: 14432718.
HSL color Cylindrical-coordinate representation of color #CE39DC: hue angle of 294.85º degrees, saturation: 0.7, 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 #CE39DC is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 57 | 220 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.14 |
| HSL | 294.85º | 0.7% | 0.54% | - |
| HSV(B) | 294.85º | 0.74% | 0.86% | - |
| XYZ | 39.84 | 21.22 | 69.71 | - |
| YUV | 120.13 | 184.36 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 220 | 0.06 | 0.74 | 0 | 0.14 | 294.85 | 0.7 | 0.54 |
| Hex | CE | 39 | DC | 6 | 4A | 0 | E | 127 | 46 | 36 |
| Octal | 316 | 71 | 334 | 6 | 112 | 0 | 16 | 447 | 106 | 66 |
| Binary | 11001110 | 111001 | 11011100 | 110 | 1001010 | 0 | 1110 | 100100111 | 1000110 | 110110 |
Color Harmonies of #CE39DC
Complementary color
Monochromatic Colors of #CE39DC
Black with #CE39DC
Text Example
Text Example
White with #CE39DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE39DC; }
p { color: rgb(206,57,220); }
H1.HeaderClassName
{
color: #CE39DC;
}
.AnyTagClassName
{
color: #CE39DC;
}
</style>
background-color css
<style>
a { background-color: #CE39DC; }
a { background-color: rgb(206,57,220); }
div.DivClassName
{
background-color: #CE39DC;
}
.BgClassName
{
background-color: #CE39DC;
}
</style>
border-color css
<style>
span { border-color: #CE39DC; }
span { border-color: rgb(206,57,220); }
td.TdClassName
{
border-color: #CE39DC;
}
.TagClassName
{
border-color: #CE39DC;
}
</style>