Shades of Orchid #D869D1
Tints of Orchid #D869D1
RGB
CMYK
RGB Variations
Color information
#D869D1 (or 0xD869D1) is known color: Orchid. HEX triplet: D8, 69 and D1. RGB value is (216,105,209). Sum of RGB (Red+Green+Blue) = 216+105+209=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D869D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869D1 is #27962E. Grayscale: #959595. Windows color (decimal): -2594351 or 13724120. OLE color: 13724120.
HSL color Cylindrical-coordinate representation of color #D869D1: hue angle of 303.78º 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 #D869D1 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 209 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.15 |
| HSL | 303.78º | 0.59% | 0.63% | - |
| HSV(B) | 303.78º | 0.51% | 0.85% | - |
| XYZ | 44.88 | 29.31 | 63.61 | - |
| YUV | 150.05 | 161.27 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 209 | 0 | 0.51 | 0.03 | 0.15 | 303.78 | 0.59 | 0.63 |
| Hex | D8 | 69 | D1 | 0 | 33 | 3 | F | 130 | 3B | 3F |
| Octal | 330 | 151 | 321 | 0 | 63 | 3 | 17 | 460 | 73 | 77 |
| Binary | 11011000 | 1101001 | 11010001 | 0 | 110011 | 11 | 1111 | 100110000 | 111011 | 111111 |
Color Harmonies of #D869D1
Complementary color
Monochromatic Colors of #D869D1
Black with #D869D1
Text Example
Text Example
White with #D869D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D869D1; }
p { color: rgb(216,105,209); }
H1.HeaderClassName
{
color: #D869D1;
}
.AnyTagClassName
{
color: #D869D1;
}
</style>
background-color css
<style>
a { background-color: #D869D1; }
a { background-color: rgb(216,105,209); }
div.DivClassName
{
background-color: #D869D1;
}
.BgClassName
{
background-color: #D869D1;
}
</style>
border-color css
<style>
span { border-color: #D869D1; }
span { border-color: rgb(216,105,209); }
td.TdClassName
{
border-color: #D869D1;
}
.TagClassName
{
border-color: #D869D1;
}
</style>