Shades of Orchid #D966BD
Tints of Orchid #D966BD
RGB
CMYK
RGB Variations
Color information
#D966BD (or 0xD966BD) is known color: Orchid. HEX triplet: D9, 66 and BD. RGB value is (217,102,189). Sum of RGB (Red+Green+Blue) = 217+102+189=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D966BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966BD is #269942. Grayscale: #929292. Windows color (decimal): -2529603 or 12412633. OLE color: 12412633.
HSL color Cylindrical-coordinate representation of color #D966BD: hue angle of 314.61º 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 #D966BD is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 189 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.15 |
| HSL | 314.61º | 0.6% | 0.63% | - |
| HSV(B) | 314.61º | 0.53% | 0.85% | - |
| XYZ | 42.55 | 27.93 | 51.29 | - |
| YUV | 146.3 | 152.1 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 189 | 0 | 0.53 | 0.13 | 0.15 | 314.61 | 0.6 | 0.63 |
| Hex | D9 | 66 | BD | 0 | 35 | D | F | 13B | 3C | 3F |
| Octal | 331 | 146 | 275 | 0 | 65 | 15 | 17 | 473 | 74 | 77 |
| Binary | 11011001 | 1100110 | 10111101 | 0 | 110101 | 1101 | 1111 | 100111011 | 111100 | 111111 |
Color Harmonies of #D966BD
Complementary color
Monochromatic Colors of #D966BD
Black with #D966BD
Text Example
Text Example
White with #D966BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D966BD; }
p { color: rgb(217,102,189); }
H1.HeaderClassName
{
color: #D966BD;
}
.AnyTagClassName
{
color: #D966BD;
}
</style>
background-color css
<style>
a { background-color: #D966BD; }
a { background-color: rgb(217,102,189); }
div.DivClassName
{
background-color: #D966BD;
}
.BgClassName
{
background-color: #D966BD;
}
</style>
border-color css
<style>
span { border-color: #D966BD; }
span { border-color: rgb(217,102,189); }
td.TdClassName
{
border-color: #D966BD;
}
.TagClassName
{
border-color: #D966BD;
}
</style>