Shades of Medium Orchid #D236DC
Tints of Medium Orchid #D236DC
RGB
CMYK
RGB Variations
Color information
#D236DC (or 0xD236DC) is known color: Medium Orchid. HEX triplet: D2, 36 and DC. RGB value is (210,54,220). Sum of RGB (Red+Green+Blue) = 210+54+220=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 54 (21.48% from 255 or 11.16% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #D236DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D236DC is #2DC923. Grayscale: #777777. Windows color (decimal): -3000612 or 14431954. OLE color: 14431954.
HSL color Cylindrical-coordinate representation of color #D236DC: hue angle of 296.39º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D236DC is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 54 | 220 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.14 |
| HSL | 296.39º | 0.7% | 0.54% | - |
| HSV(B) | 296.39º | 0.75% | 0.86% | - |
| XYZ | 40.82 | 21.51 | 69.71 | - |
| YUV | 119.57 | 184.68 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 220 | 0.05 | 0.75 | 0 | 0.14 | 296.39 | 0.7 | 0.54 |
| Hex | D2 | 36 | DC | 5 | 4B | 0 | E | 128 | 46 | 36 |
| Octal | 322 | 66 | 334 | 5 | 113 | 0 | 16 | 450 | 106 | 66 |
| Binary | 11010010 | 110110 | 11011100 | 101 | 1001011 | 0 | 1110 | 100101000 | 1000110 | 110110 |
Color Harmonies of #D236DC
Complementary color
Monochromatic Colors of #D236DC
Black with #D236DC
Text Example
Text Example
White with #D236DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D236DC; }
p { color: rgb(210,54,220); }
H1.HeaderClassName
{
color: #D236DC;
}
.AnyTagClassName
{
color: #D236DC;
}
</style>
background-color css
<style>
a { background-color: #D236DC; }
a { background-color: rgb(210,54,220); }
div.DivClassName
{
background-color: #D236DC;
}
.BgClassName
{
background-color: #D236DC;
}
</style>
border-color css
<style>
span { border-color: #D236DC; }
span { border-color: rgb(210,54,220); }
td.TdClassName
{
border-color: #D236DC;
}
.TagClassName
{
border-color: #D236DC;
}
</style>