Shades of Orchid #D36ABF
Tints of Orchid #D36ABF
RGB
CMYK
RGB Variations
Color information
#D36ABF (or 0xD36ABF) is known color: Orchid. HEX triplet: D3, 6A and BF. RGB value is (211,106,191). Sum of RGB (Red+Green+Blue) = 211+106+191=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 211 - color contains mainly: red. Hex color #D36ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36ABF is #2C9540. Grayscale: #929292. Windows color (decimal): -2921793 or 12544723. OLE color: 12544723.
HSL color Cylindrical-coordinate representation of color #D36ABF: hue angle of 311.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 #D36ABF is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 106 | 191 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.17 |
| HSL | 311.43º | 0.54% | 0.62% | - |
| HSV(B) | 311.43º | 0.5% | 0.83% | - |
| XYZ | 41.42 | 27.92 | 52.5 | - |
| YUV | 147.09 | 152.79 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 106 | 191 | 0 | 0.50 | 0.09 | 0.17 | 311.43 | 0.54 | 0.62 |
| Hex | D3 | 6A | BF | 0 | 32 | 9 | 11 | 137 | 36 | 3E |
| Octal | 323 | 152 | 277 | 0 | 62 | 11 | 21 | 467 | 66 | 76 |
| Binary | 11010011 | 1101010 | 10111111 | 0 | 110010 | 1001 | 10001 | 100110111 | 110110 | 111110 |
Color Harmonies of #D36ABF
Complementary color
Monochromatic Colors of #D36ABF
Black with #D36ABF
Text Example
Text Example
White with #D36ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36ABF; }
p { color: rgb(211,106,191); }
H1.HeaderClassName
{
color: #D36ABF;
}
.AnyTagClassName
{
color: #D36ABF;
}
</style>
background-color css
<style>
a { background-color: #D36ABF; }
a { background-color: rgb(211,106,191); }
div.DivClassName
{
background-color: #D36ABF;
}
.BgClassName
{
background-color: #D36ABF;
}
</style>
border-color css
<style>
span { border-color: #D36ABF; }
span { border-color: rgb(211,106,191); }
td.TdClassName
{
border-color: #D36ABF;
}
.TagClassName
{
border-color: #D36ABF;
}
</style>