Shades of Orchid #D967D6
Tints of Orchid #D967D6
RGB
CMYK
RGB Variations
Color information
#D967D6 (or 0xD967D6) is known color: Orchid. HEX triplet: D9, 67 and D6. RGB value is (217,103,214). Sum of RGB (Red+Green+Blue) = 217+103+214=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 103 (40.62% from 255 or 19.29% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D967D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D967D6 is #269829. Grayscale: #959595. Windows color (decimal): -2529322 or 14051289. OLE color: 14051289.
HSL color Cylindrical-coordinate representation of color #D967D6: hue angle of 301.58º 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 #D967D6 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 214 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.15 |
| HSL | 301.58º | 0.6% | 0.63% | - |
| HSV(B) | 301.58º | 0.53% | 0.85% | - |
| XYZ | 45.6 | 29.31 | 66.87 | - |
| YUV | 149.74 | 164.27 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 214 | 0 | 0.53 | 0.01 | 0.15 | 301.58 | 0.6 | 0.63 |
| Hex | D9 | 67 | D6 | 0 | 35 | 1 | F | 12E | 3C | 3F |
| Octal | 331 | 147 | 326 | 0 | 65 | 1 | 17 | 456 | 74 | 77 |
| Binary | 11011001 | 1100111 | 11010110 | 0 | 110101 | 1 | 1111 | 100101110 | 111100 | 111111 |
Color Harmonies of #D967D6
Complementary color
Monochromatic Colors of #D967D6
Black with #D967D6
Text Example
Text Example
White with #D967D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D967D6; }
p { color: rgb(217,103,214); }
H1.HeaderClassName
{
color: #D967D6;
}
.AnyTagClassName
{
color: #D967D6;
}
</style>
background-color css
<style>
a { background-color: #D967D6; }
a { background-color: rgb(217,103,214); }
div.DivClassName
{
background-color: #D967D6;
}
.BgClassName
{
background-color: #D967D6;
}
</style>
border-color css
<style>
span { border-color: #D967D6; }
span { border-color: rgb(217,103,214); }
td.TdClassName
{
border-color: #D967D6;
}
.TagClassName
{
border-color: #D967D6;
}
</style>