Shades of Orchid #D869C7
Tints of Orchid #D869C7
RGB
CMYK
RGB Variations
Color information
#D869C7 (or 0xD869C7) is known color: Orchid. HEX triplet: D8, 69 and C7. RGB value is (216,105,199). Sum of RGB (Red+Green+Blue) = 216+105+199=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 199 (78.12% from 255 or 38.27% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D869C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869C7 is #279638. Grayscale: #949494. Windows color (decimal): -2594361 or 13068760. OLE color: 13068760.
HSL color Cylindrical-coordinate representation of color #D869C7: hue angle of 309.19º 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 #D869C7 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 199 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.15 |
| HSL | 309.19º | 0.59% | 0.63% | - |
| HSV(B) | 309.19º | 0.51% | 0.85% | - |
| XYZ | 43.68 | 28.83 | 57.29 | - |
| YUV | 148.91 | 156.27 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 199 | 0 | 0.51 | 0.08 | 0.15 | 309.19 | 0.59 | 0.63 |
| Hex | D8 | 69 | C7 | 0 | 33 | 8 | F | 135 | 3B | 3F |
| Octal | 330 | 151 | 307 | 0 | 63 | 10 | 17 | 465 | 73 | 77 |
| Binary | 11011000 | 1101001 | 11000111 | 0 | 110011 | 1000 | 1111 | 100110101 | 111011 | 111111 |
Color Harmonies of #D869C7
Complementary color
Monochromatic Colors of #D869C7
Black with #D869C7
Text Example
Text Example
White with #D869C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D869C7; }
p { color: rgb(216,105,199); }
H1.HeaderClassName
{
color: #D869C7;
}
.AnyTagClassName
{
color: #D869C7;
}
</style>
background-color css
<style>
a { background-color: #D869C7; }
a { background-color: rgb(216,105,199); }
div.DivClassName
{
background-color: #D869C7;
}
.BgClassName
{
background-color: #D869C7;
}
</style>
border-color css
<style>
span { border-color: #D869C7; }
span { border-color: rgb(216,105,199); }
td.TdClassName
{
border-color: #D869C7;
}
.TagClassName
{
border-color: #D869C7;
}
</style>