Shades of Orchid #D969B7
Tints of Orchid #D969B7
RGB
CMYK
RGB Variations
Color information
#D969B7 (or 0xD969B7) is known color: Orchid. HEX triplet: D9, 69 and B7. RGB value is (217,105,183). Sum of RGB (Red+Green+Blue) = 217+105+183=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 183 (71.88% from 255 or 36.24% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D969B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969B7 is #269648. Grayscale: #939393. Windows color (decimal): -2528841 or 12020185. OLE color: 12020185.
HSL color Cylindrical-coordinate representation of color #D969B7: hue angle of 318.21º 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 #D969B7 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 183 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.15 |
| HSL | 318.21º | 0.6% | 0.63% | - |
| HSV(B) | 318.21º | 0.52% | 0.85% | - |
| XYZ | 42.21 | 28.27 | 48.03 | - |
| YUV | 147.38 | 148.11 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 183 | 0 | 0.52 | 0.16 | 0.15 | 318.21 | 0.6 | 0.63 |
| Hex | D9 | 69 | B7 | 0 | 34 | 10 | F | 13E | 3C | 3F |
| Octal | 331 | 151 | 267 | 0 | 64 | 20 | 17 | 476 | 74 | 77 |
| Binary | 11011001 | 1101001 | 10110111 | 0 | 110100 | 10000 | 1111 | 100111110 | 111100 | 111111 |
Color Harmonies of #D969B7
Complementary color
Monochromatic Colors of #D969B7
Black with #D969B7
Text Example
Text Example
White with #D969B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D969B7; }
p { color: rgb(217,105,183); }
H1.HeaderClassName
{
color: #D969B7;
}
.AnyTagClassName
{
color: #D969B7;
}
</style>
background-color css
<style>
a { background-color: #D969B7; }
a { background-color: rgb(217,105,183); }
div.DivClassName
{
background-color: #D969B7;
}
.BgClassName
{
background-color: #D969B7;
}
</style>
border-color css
<style>
span { border-color: #D969B7; }
span { border-color: rgb(217,105,183); }
td.TdClassName
{
border-color: #D969B7;
}
.TagClassName
{
border-color: #D969B7;
}
</style>