Shades of Orchid #D36AD4
Tints of Orchid #D36AD4
RGB
CMYK
RGB Variations
Color information
#D36AD4 (or 0xD36AD4) is known color: Orchid. HEX triplet: D3, 6A and D4. RGB value is (211,106,212). Sum of RGB (Red+Green+Blue) = 211+106+212=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 212 - color contains mainly: blue. Hex color #D36AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36AD4 is #2C952B. Grayscale: #959595. Windows color (decimal): -2921772 or 13920979. OLE color: 13920979.
HSL color Cylindrical-coordinate representation of color #D36AD4: hue angle of 299.43º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36AD4 is Cyan = 0.00, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 106 | 212 | - |
| CMYK | 0.00 | 0.5 | 0 | 0.17 |
| HSL | 299.43º | 0.55% | 0.62% | - |
| HSV(B) | 299.43º | 0.5% | 0.83% | - |
| XYZ | 43.9 | 28.91 | 65.55 | - |
| YUV | 149.48 | 163.29 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 106 | 212 | 0.00 | 0.5 | 0 | 0.17 | 299.43 | 0.55 | 0.62 |
| Hex | D3 | 6A | D4 | 0 | 32 | 0 | 11 | 12B | 37 | 3E |
| Octal | 323 | 152 | 324 | 0 | 62 | 0 | 21 | 453 | 67 | 76 |
| Binary | 11010011 | 1101010 | 11010100 | 0 | 110010 | 0 | 10001 | 100101011 | 110111 | 111110 |
Color Harmonies of #D36AD4
Complementary color
Monochromatic Colors of #D36AD4
Black with #D36AD4
Text Example
Text Example
White with #D36AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36AD4; }
p { color: rgb(211,106,212); }
H1.HeaderClassName
{
color: #D36AD4;
}
.AnyTagClassName
{
color: #D36AD4;
}
</style>
background-color css
<style>
a { background-color: #D36AD4; }
a { background-color: rgb(211,106,212); }
div.DivClassName
{
background-color: #D36AD4;
}
.BgClassName
{
background-color: #D36AD4;
}
</style>
border-color css
<style>
span { border-color: #D36AD4; }
span { border-color: rgb(211,106,212); }
td.TdClassName
{
border-color: #D36AD4;
}
.TagClassName
{
border-color: #D36AD4;
}
</style>