Shades of Orchid #D86ABD
Tints of Orchid #D86ABD
RGB
CMYK
RGB Variations
Color information
#D86ABD (or 0xD86ABD) is known color: Orchid. HEX triplet: D8, 6A and BD. RGB value is (216,106,189). Sum of RGB (Red+Green+Blue) = 216+106+189=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D86ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86ABD is #279542. Grayscale: #949494. Windows color (decimal): -2594115 or 12413656. OLE color: 12413656.
HSL color Cylindrical-coordinate representation of color #D86ABD: hue angle of 314.73º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86ABD is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 189 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.15 |
| HSL | 314.73º | 0.59% | 0.63% | - |
| HSV(B) | 314.73º | 0.51% | 0.85% | - |
| XYZ | 42.66 | 28.58 | 51.41 | - |
| YUV | 148.35 | 150.94 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 189 | 0 | 0.51 | 0.12 | 0.15 | 314.73 | 0.59 | 0.63 |
| Hex | D8 | 6A | BD | 0 | 33 | C | F | 13B | 3B | 3F |
| Octal | 330 | 152 | 275 | 0 | 63 | 14 | 17 | 473 | 73 | 77 |
| Binary | 11011000 | 1101010 | 10111101 | 0 | 110011 | 1100 | 1111 | 100111011 | 111011 | 111111 |
Color Harmonies of #D86ABD
Complementary color
Monochromatic Colors of #D86ABD
Black with #D86ABD
Text Example
Text Example
White with #D86ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86ABD; }
p { color: rgb(216,106,189); }
H1.HeaderClassName
{
color: #D86ABD;
}
.AnyTagClassName
{
color: #D86ABD;
}
</style>
background-color css
<style>
a { background-color: #D86ABD; }
a { background-color: rgb(216,106,189); }
div.DivClassName
{
background-color: #D86ABD;
}
.BgClassName
{
background-color: #D86ABD;
}
</style>
border-color css
<style>
span { border-color: #D86ABD; }
span { border-color: rgb(216,106,189); }
td.TdClassName
{
border-color: #D86ABD;
}
.TagClassName
{
border-color: #D86ABD;
}
</style>