Shades of Orchid #D970BB
Tints of Orchid #D970BB
RGB
CMYK
RGB Variations
Color information
#D970BB (or 0xD970BB) is known color: Orchid. HEX triplet: D9, 70 and BB. RGB value is (217,112,187). Sum of RGB (Red+Green+Blue) = 217+112+187=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D970BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D970BB is #268F44. Grayscale: #979797. Windows color (decimal): -2527045 or 12284121. OLE color: 12284121.
HSL color Cylindrical-coordinate representation of color #D970BB: hue angle of 317.14º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D970BB is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 112 | 187 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.15 |
| HSL | 317.14º | 0.58% | 0.65% | - |
| HSV(B) | 317.14º | 0.48% | 0.85% | - |
| XYZ | 43.38 | 29.93 | 50.5 | - |
| YUV | 151.95 | 147.79 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 187 | 0 | 0.48 | 0.14 | 0.15 | 317.14 | 0.58 | 0.65 |
| Hex | D9 | 70 | BB | 0 | 30 | E | F | 13D | 3A | 41 |
| Octal | 331 | 160 | 273 | 0 | 60 | 16 | 17 | 475 | 72 | 101 |
| Binary | 11011001 | 1110000 | 10111011 | 0 | 110000 | 1110 | 1111 | 100111101 | 111010 | 1000001 |
Color Harmonies of #D970BB
Complementary color
Monochromatic Colors of #D970BB
Black with #D970BB
Text Example
Text Example
White with #D970BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D970BB; }
p { color: rgb(217,112,187); }
H1.HeaderClassName
{
color: #D970BB;
}
.AnyTagClassName
{
color: #D970BB;
}
</style>
background-color css
<style>
a { background-color: #D970BB; }
a { background-color: rgb(217,112,187); }
div.DivClassName
{
background-color: #D970BB;
}
.BgClassName
{
background-color: #D970BB;
}
</style>
border-color css
<style>
span { border-color: #D970BB; }
span { border-color: rgb(217,112,187); }
td.TdClassName
{
border-color: #D970BB;
}
.TagClassName
{
border-color: #D970BB;
}
</style>