Shades of Orchid #D969D6
Tints of Orchid #D969D6
RGB
CMYK
RGB Variations
Color information
#D969D6 (or 0xD969D6) is known color: Orchid. HEX triplet: D9, 69 and D6. RGB value is (217,105,214). Sum of RGB (Red+Green+Blue) = 217+105+214=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 214 (83.98% from 255 or 39.93% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D969D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969D6 is #269629. Grayscale: #969696. Windows color (decimal): -2528810 or 14051801. OLE color: 14051801.
HSL color Cylindrical-coordinate representation of color #D969D6: hue angle of 301.61º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D969D6 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 214 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.15 |
| HSL | 301.61º | 0.6% | 0.63% | - |
| HSV(B) | 301.61º | 0.52% | 0.85% | - |
| XYZ | 45.8 | 29.71 | 66.94 | - |
| YUV | 150.91 | 163.61 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 214 | 0 | 0.52 | 0.01 | 0.15 | 301.61 | 0.6 | 0.63 |
| Hex | D9 | 69 | D6 | 0 | 34 | 1 | F | 12E | 3C | 3F |
| Octal | 331 | 151 | 326 | 0 | 64 | 1 | 17 | 456 | 74 | 77 |
| Binary | 11011001 | 1101001 | 11010110 | 0 | 110100 | 1 | 1111 | 100101110 | 111100 | 111111 |
Color Harmonies of #D969D6
Complementary color
Monochromatic Colors of #D969D6
Black with #D969D6
Text Example
Text Example
White with #D969D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D969D6; }
p { color: rgb(217,105,214); }
H1.HeaderClassName
{
color: #D969D6;
}
.AnyTagClassName
{
color: #D969D6;
}
</style>
background-color css
<style>
a { background-color: #D969D6; }
a { background-color: rgb(217,105,214); }
div.DivClassName
{
background-color: #D969D6;
}
.BgClassName
{
background-color: #D969D6;
}
</style>
border-color css
<style>
span { border-color: #D969D6; }
span { border-color: rgb(217,105,214); }
td.TdClassName
{
border-color: #D969D6;
}
.TagClassName
{
border-color: #D969D6;
}
</style>