Shades of Orchid #D869D0
Tints of Orchid #D869D0
RGB
CMYK
RGB Variations
Color information
#D869D0 (or 0xD869D0) is known color: Orchid. HEX triplet: D8, 69 and D0. RGB value is (216,105,208). Sum of RGB (Red+Green+Blue) = 216+105+208=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D869D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869D0 is #27962F. Grayscale: #959595. Windows color (decimal): -2594352 or 13658584. OLE color: 13658584.
HSL color Cylindrical-coordinate representation of color #D869D0: hue angle of 304.32º 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 #D869D0 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 208 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.15 |
| HSL | 304.32º | 0.59% | 0.63% | - |
| HSV(B) | 304.32º | 0.51% | 0.85% | - |
| XYZ | 44.76 | 29.26 | 62.96 | - |
| YUV | 149.93 | 160.77 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 208 | 0 | 0.51 | 0.04 | 0.15 | 304.32 | 0.59 | 0.63 |
| Hex | D8 | 69 | D0 | 0 | 33 | 4 | F | 130 | 3B | 3F |
| Octal | 330 | 151 | 320 | 0 | 63 | 4 | 17 | 460 | 73 | 77 |
| Binary | 11011000 | 1101001 | 11010000 | 0 | 110011 | 100 | 1111 | 100110000 | 111011 | 111111 |
Color Harmonies of #D869D0
Complementary color
Monochromatic Colors of #D869D0
Black with #D869D0
Text Example
Text Example
White with #D869D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D869D0; }
p { color: rgb(216,105,208); }
H1.HeaderClassName
{
color: #D869D0;
}
.AnyTagClassName
{
color: #D869D0;
}
</style>
background-color css
<style>
a { background-color: #D869D0; }
a { background-color: rgb(216,105,208); }
div.DivClassName
{
background-color: #D869D0;
}
.BgClassName
{
background-color: #D869D0;
}
</style>
border-color css
<style>
span { border-color: #D869D0; }
span { border-color: rgb(216,105,208); }
td.TdClassName
{
border-color: #D869D0;
}
.TagClassName
{
border-color: #D869D0;
}
</style>