Shades of Medium Orchid #D239DC
Tints of Medium Orchid #D239DC
RGB
CMYK
RGB Variations
Color information
#D239DC (or 0xD239DC) is known color: Medium Orchid. HEX triplet: D2, 39 and DC. RGB value is (210,57,220). Sum of RGB (Red+Green+Blue) = 210+57+220=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 57 (22.66% from 255 or 11.70% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #D239DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D239DC is #2DC623. Grayscale: #787878. Windows color (decimal): -2999844 or 14432722. OLE color: 14432722.
HSL color Cylindrical-coordinate representation of color #D239DC: hue angle of 296.32º 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 #D239DC is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 57 | 220 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.14 |
| HSL | 296.32º | 0.7% | 0.54% | - |
| HSV(B) | 296.32º | 0.74% | 0.86% | - |
| XYZ | 40.96 | 21.8 | 69.76 | - |
| YUV | 121.33 | 183.69 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 220 | 0.05 | 0.74 | 0 | 0.14 | 296.32 | 0.7 | 0.54 |
| Hex | D2 | 39 | DC | 5 | 4A | 0 | E | 128 | 46 | 36 |
| Octal | 322 | 71 | 334 | 5 | 112 | 0 | 16 | 450 | 106 | 66 |
| Binary | 11010010 | 111001 | 11011100 | 101 | 1001010 | 0 | 1110 | 100101000 | 1000110 | 110110 |
Color Harmonies of #D239DC
Complementary color
Monochromatic Colors of #D239DC
Black with #D239DC
Text Example
Text Example
White with #D239DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D239DC; }
p { color: rgb(210,57,220); }
H1.HeaderClassName
{
color: #D239DC;
}
.AnyTagClassName
{
color: #D239DC;
}
</style>
background-color css
<style>
a { background-color: #D239DC; }
a { background-color: rgb(210,57,220); }
div.DivClassName
{
background-color: #D239DC;
}
.BgClassName
{
background-color: #D239DC;
}
</style>
border-color css
<style>
span { border-color: #D239DC; }
span { border-color: rgb(210,57,220); }
td.TdClassName
{
border-color: #D239DC;
}
.TagClassName
{
border-color: #D239DC;
}
</style>