Shades of Orchid #D866B7
Tints of Orchid #D866B7
RGB
CMYK
RGB Variations
Color information
#D866B7 (or 0xD866B7) is known color: Orchid. HEX triplet: D8, 66 and B7. RGB value is (216,102,183). Sum of RGB (Red+Green+Blue) = 216+102+183=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D866B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D866B7 is #279948. Grayscale: #919191. Windows color (decimal): -2595145 or 12019416. OLE color: 12019416.
HSL color Cylindrical-coordinate representation of color #D866B7: hue angle of 317.37º 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 #D866B7 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 102 | 183 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.15 |
| HSL | 317.37º | 0.59% | 0.62% | - |
| HSV(B) | 317.37º | 0.53% | 0.85% | - |
| XYZ | 41.62 | 27.52 | 47.92 | - |
| YUV | 145.32 | 149.27 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 183 | 0 | 0.53 | 0.15 | 0.15 | 317.37 | 0.59 | 0.62 |
| Hex | D8 | 66 | B7 | 0 | 35 | F | F | 13D | 3B | 3E |
| Octal | 330 | 146 | 267 | 0 | 65 | 17 | 17 | 475 | 73 | 76 |
| Binary | 11011000 | 1100110 | 10110111 | 0 | 110101 | 1111 | 1111 | 100111101 | 111011 | 111110 |
Color Harmonies of #D866B7
Complementary color
Monochromatic Colors of #D866B7
Black with #D866B7
Text Example
Text Example
White with #D866B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D866B7; }
p { color: rgb(216,102,183); }
H1.HeaderClassName
{
color: #D866B7;
}
.AnyTagClassName
{
color: #D866B7;
}
</style>
background-color css
<style>
a { background-color: #D866B7; }
a { background-color: rgb(216,102,183); }
div.DivClassName
{
background-color: #D866B7;
}
.BgClassName
{
background-color: #D866B7;
}
</style>
border-color css
<style>
span { border-color: #D866B7; }
span { border-color: rgb(216,102,183); }
td.TdClassName
{
border-color: #D866B7;
}
.TagClassName
{
border-color: #D866B7;
}
</style>