Shades of Orchid #D966D1
Tints of Orchid #D966D1
RGB
CMYK
RGB Variations
Color information
#D966D1 (or 0xD966D1) is known color: Orchid. HEX triplet: D9, 66 and D1. RGB value is (217,102,209). Sum of RGB (Red+Green+Blue) = 217+102+209=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 102 (40.23% from 255 or 19.32% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D966D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966D1 is #26992E. Grayscale: #949494. Windows color (decimal): -2529583 or 13723353. OLE color: 13723353.
HSL color Cylindrical-coordinate representation of color #D966D1: hue angle of 304.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 #D966D1 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 209 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.15 |
| HSL | 304.17º | 0.6% | 0.63% | - |
| HSV(B) | 304.17º | 0.53% | 0.85% | - |
| XYZ | 44.88 | 28.86 | 63.53 | - |
| YUV | 148.58 | 162.1 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 209 | 0 | 0.53 | 0.04 | 0.15 | 304.17 | 0.6 | 0.63 |
| Hex | D9 | 66 | D1 | 0 | 35 | 4 | F | 130 | 3C | 3F |
| Octal | 331 | 146 | 321 | 0 | 65 | 4 | 17 | 460 | 74 | 77 |
| Binary | 11011001 | 1100110 | 11010001 | 0 | 110101 | 100 | 1111 | 100110000 | 111100 | 111111 |
Color Harmonies of #D966D1
Complementary color
Monochromatic Colors of #D966D1
Black with #D966D1
Text Example
Text Example
White with #D966D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D966D1; }
p { color: rgb(217,102,209); }
H1.HeaderClassName
{
color: #D966D1;
}
.AnyTagClassName
{
color: #D966D1;
}
</style>
background-color css
<style>
a { background-color: #D966D1; }
a { background-color: rgb(217,102,209); }
div.DivClassName
{
background-color: #D966D1;
}
.BgClassName
{
background-color: #D966D1;
}
</style>
border-color css
<style>
span { border-color: #D966D1; }
span { border-color: rgb(217,102,209); }
td.TdClassName
{
border-color: #D966D1;
}
.TagClassName
{
border-color: #D966D1;
}
</style>