Shades of Orchid #D966D8
Tints of Orchid #D966D8
RGB
CMYK
RGB Variations
Color information
#D966D8 (or 0xD966D8) is known color: Orchid. HEX triplet: D9, 66 and D8. RGB value is (217,102,216). Sum of RGB (Red+Green+Blue) = 217+102+216=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D966D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966D8 is #269927. Grayscale: #959595. Windows color (decimal): -2529576 or 14182105. OLE color: 14182105.
HSL color Cylindrical-coordinate representation of color #D966D8: hue angle of 300.52º 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 #D966D8 is Cyan = 0, Magento = 0.53, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 216 | - |
| CMYK | 0 | 0.53 | 0.00 | 0.15 |
| HSL | 300.52º | 0.6% | 0.63% | - |
| HSV(B) | 300.52º | 0.53% | 0.85% | - |
| XYZ | 45.76 | 29.21 | 68.19 | - |
| YUV | 149.38 | 165.6 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 216 | 0 | 0.53 | 0.00 | 0.15 | 300.52 | 0.6 | 0.63 |
| Hex | D9 | 66 | D8 | 0 | 35 | 0 | F | 12D | 3C | 3F |
| Octal | 331 | 146 | 330 | 0 | 65 | 0 | 17 | 455 | 74 | 77 |
| Binary | 11011001 | 1100110 | 11011000 | 0 | 110101 | 0 | 1111 | 100101101 | 111100 | 111111 |
Color Harmonies of #D966D8
Complementary color
Monochromatic Colors of #D966D8
Black with #D966D8
Text Example
Text Example
White with #D966D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D966D8; }
p { color: rgb(217,102,216); }
H1.HeaderClassName
{
color: #D966D8;
}
.AnyTagClassName
{
color: #D966D8;
}
</style>
background-color css
<style>
a { background-color: #D966D8; }
a { background-color: rgb(217,102,216); }
div.DivClassName
{
background-color: #D966D8;
}
.BgClassName
{
background-color: #D966D8;
}
</style>
border-color css
<style>
span { border-color: #D966D8; }
span { border-color: rgb(217,102,216); }
td.TdClassName
{
border-color: #D966D8;
}
.TagClassName
{
border-color: #D966D8;
}
</style>