Shades of Orchid #D869C9
Tints of Orchid #D869C9
RGB
CMYK
RGB Variations
Color information
#D869C9 (or 0xD869C9) is known color: Orchid. HEX triplet: D8, 69 and C9. RGB value is (216,105,201). Sum of RGB (Red+Green+Blue) = 216+105+201=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 216 - color contains mainly: red. Hex color #D869C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869C9 is #279636. Grayscale: #949494. Windows color (decimal): -2594359 or 13199832. OLE color: 13199832.
HSL color Cylindrical-coordinate representation of color #D869C9: hue angle of 308.11º 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 #D869C9 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 201 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.15 |
| HSL | 308.11º | 0.59% | 0.63% | - |
| HSV(B) | 308.11º | 0.51% | 0.85% | - |
| XYZ | 43.91 | 28.92 | 58.53 | - |
| YUV | 149.13 | 157.27 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 201 | 0 | 0.51 | 0.07 | 0.15 | 308.11 | 0.59 | 0.63 |
| Hex | D8 | 69 | C9 | 0 | 33 | 7 | F | 134 | 3B | 3F |
| Octal | 330 | 151 | 311 | 0 | 63 | 7 | 17 | 464 | 73 | 77 |
| Binary | 11011000 | 1101001 | 11001001 | 0 | 110011 | 111 | 1111 | 100110100 | 111011 | 111111 |
Color Harmonies of #D869C9
Complementary color
Monochromatic Colors of #D869C9
Black with #D869C9
Text Example
Text Example
White with #D869C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D869C9; }
p { color: rgb(216,105,201); }
H1.HeaderClassName
{
color: #D869C9;
}
.AnyTagClassName
{
color: #D869C9;
}
</style>
background-color css
<style>
a { background-color: #D869C9; }
a { background-color: rgb(216,105,201); }
div.DivClassName
{
background-color: #D869C9;
}
.BgClassName
{
background-color: #D869C9;
}
</style>
border-color css
<style>
span { border-color: #D869C9; }
span { border-color: rgb(216,105,201); }
td.TdClassName
{
border-color: #D869C9;
}
.TagClassName
{
border-color: #D869C9;
}
</style>