Shades of Orchid #D36DDA
Tints of Orchid #D36DDA
RGB
CMYK
RGB Variations
Color information
#D36DDA (or 0xD36DDA) is known color: Orchid. HEX triplet: D3, 6D and DA. RGB value is (211,109,218). Sum of RGB (Red+Green+Blue) = 211+109+218=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 109 (42.97% from 255 or 20.26% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #D36DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36DDA is #2C9225. Grayscale: #979797. Windows color (decimal): -2920998 or 14314963. OLE color: 14314963.
HSL color Cylindrical-coordinate representation of color #D36DDA: hue angle of 296.15º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36DDA is Cyan = 0.03, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 109 | 218 | - |
| CMYK | 0.03 | 0.5 | 0 | 0.15 |
| HSL | 296.15º | 0.6% | 0.64% | - |
| HSV(B) | 296.15º | 0.5% | 0.85% | - |
| XYZ | 44.99 | 29.85 | 69.72 | - |
| YUV | 151.92 | 165.29 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 109 | 218 | 0.03 | 0.5 | 0 | 0.15 | 296.15 | 0.6 | 0.64 |
| Hex | D3 | 6D | DA | 3 | 32 | 0 | F | 128 | 3C | 40 |
| Octal | 323 | 155 | 332 | 3 | 62 | 0 | 17 | 450 | 74 | 100 |
| Binary | 11010011 | 1101101 | 11011010 | 11 | 110010 | 0 | 1111 | 100101000 | 111100 | 1000000 |
Color Harmonies of #D36DDA
Complementary color
Monochromatic Colors of #D36DDA
Black with #D36DDA
Text Example
Text Example
White with #D36DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36DDA; }
p { color: rgb(211,109,218); }
H1.HeaderClassName
{
color: #D36DDA;
}
.AnyTagClassName
{
color: #D36DDA;
}
</style>
background-color css
<style>
a { background-color: #D36DDA; }
a { background-color: rgb(211,109,218); }
div.DivClassName
{
background-color: #D36DDA;
}
.BgClassName
{
background-color: #D36DDA;
}
</style>
border-color css
<style>
span { border-color: #D36DDA; }
span { border-color: rgb(211,109,218); }
td.TdClassName
{
border-color: #D36DDA;
}
.TagClassName
{
border-color: #D36DDA;
}
</style>