Shades of Medium Orchid #D036DA
Tints of Medium Orchid #D036DA
RGB
CMYK
RGB Variations
Color information
#D036DA (or 0xD036DA) is known color: Medium Orchid. HEX triplet: D0, 36 and DA. RGB value is (208,54,218). Sum of RGB (Red+Green+Blue) = 208+54+218=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 54 (21.48% from 255 or 11.25% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #D036DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D036DA is #2FC925. Grayscale: #767676. Windows color (decimal): -3131686 or 14300880. OLE color: 14300880.
HSL color Cylindrical-coordinate representation of color #D036DA: hue angle of 296.34º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D036DA is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 54 | 218 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.15 |
| HSL | 296.34º | 0.69% | 0.53% | - |
| HSV(B) | 296.34º | 0.75% | 0.85% | - |
| XYZ | 39.99 | 21.11 | 68.3 | - |
| YUV | 118.74 | 184.02 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 218 | 0.05 | 0.75 | 0 | 0.15 | 296.34 | 0.69 | 0.53 |
| Hex | D0 | 36 | DA | 5 | 4B | 0 | F | 128 | 45 | 35 |
| Octal | 320 | 66 | 332 | 5 | 113 | 0 | 17 | 450 | 105 | 65 |
| Binary | 11010000 | 110110 | 11011010 | 101 | 1001011 | 0 | 1111 | 100101000 | 1000101 | 110101 |
Color Harmonies of #D036DA
Complementary color
Monochromatic Colors of #D036DA
Black with #D036DA
Text Example
Text Example
White with #D036DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D036DA; }
p { color: rgb(208,54,218); }
H1.HeaderClassName
{
color: #D036DA;
}
.AnyTagClassName
{
color: #D036DA;
}
</style>
background-color css
<style>
a { background-color: #D036DA; }
a { background-color: rgb(208,54,218); }
div.DivClassName
{
background-color: #D036DA;
}
.BgClassName
{
background-color: #D036DA;
}
</style>
border-color css
<style>
span { border-color: #D036DA; }
span { border-color: rgb(208,54,218); }
td.TdClassName
{
border-color: #D036DA;
}
.TagClassName
{
border-color: #D036DA;
}
</style>