Shades of Orchid #D966D3
Tints of Orchid #D966D3
RGB
CMYK
RGB Variations
Color information
#D966D3 (or 0xD966D3) is known color: Orchid. HEX triplet: D9, 66 and D3. RGB value is (217,102,211). Sum of RGB (Red+Green+Blue) = 217+102+211=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 211 (82.81% from 255 or 39.81% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D966D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966D3 is #26992C. Grayscale: #949494. Windows color (decimal): -2529581 or 13854425. OLE color: 13854425.
HSL color Cylindrical-coordinate representation of color #D966D3: hue angle of 303.13º 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 #D966D3 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 211 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.15 |
| HSL | 303.13º | 0.6% | 0.63% | - |
| HSV(B) | 303.13º | 0.53% | 0.85% | - |
| XYZ | 45.12 | 28.96 | 64.84 | - |
| YUV | 148.81 | 163.1 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 211 | 0 | 0.53 | 0.03 | 0.15 | 303.13 | 0.6 | 0.63 |
| Hex | D9 | 66 | D3 | 0 | 35 | 3 | F | 12F | 3C | 3F |
| Octal | 331 | 146 | 323 | 0 | 65 | 3 | 17 | 457 | 74 | 77 |
| Binary | 11011001 | 1100110 | 11010011 | 0 | 110101 | 11 | 1111 | 100101111 | 111100 | 111111 |
Color Harmonies of #D966D3
Complementary color
Monochromatic Colors of #D966D3
Black with #D966D3
Text Example
Text Example
White with #D966D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D966D3; }
p { color: rgb(217,102,211); }
H1.HeaderClassName
{
color: #D966D3;
}
.AnyTagClassName
{
color: #D966D3;
}
</style>
background-color css
<style>
a { background-color: #D966D3; }
a { background-color: rgb(217,102,211); }
div.DivClassName
{
background-color: #D966D3;
}
.BgClassName
{
background-color: #D966D3;
}
</style>
border-color css
<style>
span { border-color: #D966D3; }
span { border-color: rgb(217,102,211); }
td.TdClassName
{
border-color: #D966D3;
}
.TagClassName
{
border-color: #D966D3;
}
</style>