Shades of Orchid #D969BF
Tints of Orchid #D969BF
RGB
CMYK
RGB Variations
Color information
#D969BF (or 0xD969BF) is known color: Orchid. HEX triplet: D9, 69 and BF. RGB value is (217,105,191). Sum of RGB (Red+Green+Blue) = 217+105+191=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D969BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969BF is #269640. Grayscale: #949494. Windows color (decimal): -2528833 or 12544473. OLE color: 12544473.
HSL color Cylindrical-coordinate representation of color #D969BF: hue angle of 313.93º 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 #D969BF is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 191 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.15 |
| HSL | 313.93º | 0.6% | 0.63% | - |
| HSV(B) | 313.93º | 0.52% | 0.85% | - |
| XYZ | 43.07 | 28.62 | 52.54 | - |
| YUV | 148.29 | 152.11 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 191 | 0 | 0.52 | 0.12 | 0.15 | 313.93 | 0.6 | 0.63 |
| Hex | D9 | 69 | BF | 0 | 34 | C | F | 13A | 3C | 3F |
| Octal | 331 | 151 | 277 | 0 | 64 | 14 | 17 | 472 | 74 | 77 |
| Binary | 11011001 | 1101001 | 10111111 | 0 | 110100 | 1100 | 1111 | 100111010 | 111100 | 111111 |
Color Harmonies of #D969BF
Complementary color
Monochromatic Colors of #D969BF
Black with #D969BF
Text Example
Text Example
White with #D969BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D969BF; }
p { color: rgb(217,105,191); }
H1.HeaderClassName
{
color: #D969BF;
}
.AnyTagClassName
{
color: #D969BF;
}
</style>
background-color css
<style>
a { background-color: #D969BF; }
a { background-color: rgb(217,105,191); }
div.DivClassName
{
background-color: #D969BF;
}
.BgClassName
{
background-color: #D969BF;
}
</style>
border-color css
<style>
span { border-color: #D969BF; }
span { border-color: rgb(217,105,191); }
td.TdClassName
{
border-color: #D969BF;
}
.TagClassName
{
border-color: #D969BF;
}
</style>