Shades of Orchid #D36AB8
Tints of Orchid #D36AB8
RGB
CMYK
RGB Variations
Color information
#D36AB8 (or 0xD36AB8) is known color: Orchid. HEX triplet: D3, 6A and B8. RGB value is (211,106,184). Sum of RGB (Red+Green+Blue) = 211+106+184=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 211 - color contains mainly: red. Hex color #D36AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36AB8 is #2C9547. Grayscale: #929292. Windows color (decimal): -2921800 or 12085971. OLE color: 12085971.
HSL color Cylindrical-coordinate representation of color #D36AB8: hue angle of 315.43º degrees, saturation: 0.54, 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 #D36AB8 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 106 | 184 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.17 |
| HSL | 315.43º | 0.54% | 0.62% | - |
| HSV(B) | 315.43º | 0.5% | 0.83% | - |
| XYZ | 40.67 | 27.62 | 48.53 | - |
| YUV | 146.29 | 149.29 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 106 | 184 | 0 | 0.50 | 0.13 | 0.17 | 315.43 | 0.54 | 0.62 |
| Hex | D3 | 6A | B8 | 0 | 32 | D | 11 | 13B | 36 | 3E |
| Octal | 323 | 152 | 270 | 0 | 62 | 15 | 21 | 473 | 66 | 76 |
| Binary | 11010011 | 1101010 | 10111000 | 0 | 110010 | 1101 | 10001 | 100111011 | 110110 | 111110 |
Color Harmonies of #D36AB8
Complementary color
Monochromatic Colors of #D36AB8
Black with #D36AB8
Text Example
Text Example
White with #D36AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36AB8; }
p { color: rgb(211,106,184); }
H1.HeaderClassName
{
color: #D36AB8;
}
.AnyTagClassName
{
color: #D36AB8;
}
</style>
background-color css
<style>
a { background-color: #D36AB8; }
a { background-color: rgb(211,106,184); }
div.DivClassName
{
background-color: #D36AB8;
}
.BgClassName
{
background-color: #D36AB8;
}
</style>
border-color css
<style>
span { border-color: #D36AB8; }
span { border-color: rgb(211,106,184); }
td.TdClassName
{
border-color: #D36AB8;
}
.TagClassName
{
border-color: #D36AB8;
}
</style>