Shades of Orchid #D866BB
Tints of Orchid #D866BB
RGB
CMYK
RGB Variations
Color information
#D866BB (or 0xD866BB) is known color: Orchid. HEX triplet: D8, 66 and BB. RGB value is (216,102,187). Sum of RGB (Red+Green+Blue) = 216+102+187=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D866BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D866BB is #279944. Grayscale: #919191. Windows color (decimal): -2595141 or 12281560. OLE color: 12281560.
HSL color Cylindrical-coordinate representation of color #D866BB: hue angle of 315.26º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D866BB is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 102 | 187 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.15 |
| HSL | 315.26º | 0.59% | 0.62% | - |
| HSV(B) | 315.26º | 0.53% | 0.85% | - |
| XYZ | 42.04 | 27.69 | 50.14 | - |
| YUV | 145.78 | 151.27 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 187 | 0 | 0.53 | 0.13 | 0.15 | 315.26 | 0.59 | 0.62 |
| Hex | D8 | 66 | BB | 0 | 35 | D | F | 13B | 3B | 3E |
| Octal | 330 | 146 | 273 | 0 | 65 | 15 | 17 | 473 | 73 | 76 |
| Binary | 11011000 | 1100110 | 10111011 | 0 | 110101 | 1101 | 1111 | 100111011 | 111011 | 111110 |
Color Harmonies of #D866BB
Complementary color
Monochromatic Colors of #D866BB
Black with #D866BB
Text Example
Text Example
White with #D866BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D866BB; }
p { color: rgb(216,102,187); }
H1.HeaderClassName
{
color: #D866BB;
}
.AnyTagClassName
{
color: #D866BB;
}
</style>
background-color css
<style>
a { background-color: #D866BB; }
a { background-color: rgb(216,102,187); }
div.DivClassName
{
background-color: #D866BB;
}
.BgClassName
{
background-color: #D866BB;
}
</style>
border-color css
<style>
span { border-color: #D866BB; }
span { border-color: rgb(216,102,187); }
td.TdClassName
{
border-color: #D866BB;
}
.TagClassName
{
border-color: #D866BB;
}
</style>