Shades of Orchid #D869BC
Tints of Orchid #D869BC
RGB
CMYK
RGB Variations
Color information
#D869BC (or 0xD869BC) is known color: Orchid. HEX triplet: D8, 69 and BC. RGB value is (216,105,188). Sum of RGB (Red+Green+Blue) = 216+105+188=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D869BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869BC is #279643. Grayscale: #939393. Windows color (decimal): -2594372 or 12347864. OLE color: 12347864.
HSL color Cylindrical-coordinate representation of color #D869BC: hue angle of 315.14º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D869BC is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 188 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.15 |
| HSL | 315.14º | 0.59% | 0.63% | - |
| HSV(B) | 315.14º | 0.51% | 0.85% | - |
| XYZ | 42.45 | 28.33 | 50.81 | - |
| YUV | 147.65 | 150.77 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 188 | 0 | 0.51 | 0.13 | 0.15 | 315.14 | 0.59 | 0.63 |
| Hex | D8 | 69 | BC | 0 | 33 | D | F | 13B | 3B | 3F |
| Octal | 330 | 151 | 274 | 0 | 63 | 15 | 17 | 473 | 73 | 77 |
| Binary | 11011000 | 1101001 | 10111100 | 0 | 110011 | 1101 | 1111 | 100111011 | 111011 | 111111 |
Color Harmonies of #D869BC
Complementary color
Monochromatic Colors of #D869BC
Black with #D869BC
Text Example
Text Example
White with #D869BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D869BC; }
p { color: rgb(216,105,188); }
H1.HeaderClassName
{
color: #D869BC;
}
.AnyTagClassName
{
color: #D869BC;
}
</style>
background-color css
<style>
a { background-color: #D869BC; }
a { background-color: rgb(216,105,188); }
div.DivClassName
{
background-color: #D869BC;
}
.BgClassName
{
background-color: #D869BC;
}
</style>
border-color css
<style>
span { border-color: #D869BC; }
span { border-color: rgb(216,105,188); }
td.TdClassName
{
border-color: #D869BC;
}
.TagClassName
{
border-color: #D869BC;
}
</style>