Shades of Orchid #D966BA
Tints of Orchid #D966BA
RGB
CMYK
RGB Variations
Color information
#D966BA (or 0xD966BA) is known color: Orchid. HEX triplet: D9, 66 and BA. RGB value is (217,102,186). Sum of RGB (Red+Green+Blue) = 217+102+186=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D966BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966BA is #269945. Grayscale: #919191. Windows color (decimal): -2529606 or 12216025. OLE color: 12216025.
HSL color Cylindrical-coordinate representation of color #D966BA: hue angle of 316.17º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D966BA is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 186 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.15 |
| HSL | 316.17º | 0.6% | 0.63% | - |
| HSV(B) | 316.17º | 0.53% | 0.85% | - |
| XYZ | 42.23 | 27.8 | 49.59 | - |
| YUV | 145.96 | 150.6 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 186 | 0 | 0.53 | 0.14 | 0.15 | 316.17 | 0.6 | 0.63 |
| Hex | D9 | 66 | BA | 0 | 35 | E | F | 13C | 3C | 3F |
| Octal | 331 | 146 | 272 | 0 | 65 | 16 | 17 | 474 | 74 | 77 |
| Binary | 11011001 | 1100110 | 10111010 | 0 | 110101 | 1110 | 1111 | 100111100 | 111100 | 111111 |
Color Harmonies of #D966BA
Complementary color
Monochromatic Colors of #D966BA
Black with #D966BA
Text Example
Text Example
White with #D966BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D966BA; }
p { color: rgb(217,102,186); }
H1.HeaderClassName
{
color: #D966BA;
}
.AnyTagClassName
{
color: #D966BA;
}
</style>
background-color css
<style>
a { background-color: #D966BA; }
a { background-color: rgb(217,102,186); }
div.DivClassName
{
background-color: #D966BA;
}
.BgClassName
{
background-color: #D966BA;
}
</style>
border-color css
<style>
span { border-color: #D966BA; }
span { border-color: rgb(217,102,186); }
td.TdClassName
{
border-color: #D966BA;
}
.TagClassName
{
border-color: #D966BA;
}
</style>