Shades of Orchid #D869D5
Tints of Orchid #D869D5
RGB
CMYK
RGB Variations
Color information
#D869D5 (or 0xD869D5) is known color: Orchid. HEX triplet: D8, 69 and D5. RGB value is (216,105,213). Sum of RGB (Red+Green+Blue) = 216+105+213=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D869D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869D5 is #27962A. Grayscale: #969696. Windows color (decimal): -2594347 or 13986264. OLE color: 13986264.
HSL color Cylindrical-coordinate representation of color #D869D5: hue angle of 301.62º 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 #D869D5 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 213 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.15 |
| HSL | 301.62º | 0.59% | 0.63% | - |
| HSV(B) | 301.62º | 0.51% | 0.85% | - |
| XYZ | 45.38 | 29.51 | 66.25 | - |
| YUV | 150.5 | 163.27 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 213 | 0 | 0.51 | 0.01 | 0.15 | 301.62 | 0.59 | 0.63 |
| Hex | D8 | 69 | D5 | 0 | 33 | 1 | F | 12E | 3B | 3F |
| Octal | 330 | 151 | 325 | 0 | 63 | 1 | 17 | 456 | 73 | 77 |
| Binary | 11011000 | 1101001 | 11010101 | 0 | 110011 | 1 | 1111 | 100101110 | 111011 | 111111 |
Color Harmonies of #D869D5
Complementary color
Monochromatic Colors of #D869D5
Black with #D869D5
Text Example
Text Example
White with #D869D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D869D5; }
p { color: rgb(216,105,213); }
H1.HeaderClassName
{
color: #D869D5;
}
.AnyTagClassName
{
color: #D869D5;
}
</style>
background-color css
<style>
a { background-color: #D869D5; }
a { background-color: rgb(216,105,213); }
div.DivClassName
{
background-color: #D869D5;
}
.BgClassName
{
background-color: #D869D5;
}
</style>
border-color css
<style>
span { border-color: #D869D5; }
span { border-color: rgb(216,105,213); }
td.TdClassName
{
border-color: #D869D5;
}
.TagClassName
{
border-color: #D869D5;
}
</style>