Shades of Orchid #D869E7
Tints of Orchid #D869E7
RGB
CMYK
RGB Variations
Color information
#D869E7 (or 0xD869E7) is known color: Orchid. HEX triplet: D8, 69 and E7. RGB value is (216,105,231). Sum of RGB (Red+Green+Blue) = 216+105+231=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 231 (90.62% from 255 or 41.85% from 552); Max value from RGB is 231 - color contains mainly: blue. Hex color #D869E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D869E7 is #279618. Grayscale: #989898. Windows color (decimal): -2594329 or 15165912. OLE color: 15165912.
HSL color Cylindrical-coordinate representation of color #D869E7: hue angle of 292.86º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D869E7 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 105 | 231 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.09 |
| HSL | 292.86º | 0.72% | 0.66% | - |
| HSV(B) | 292.86º | 0.55% | 0.91% | - |
| XYZ | 47.79 | 30.47 | 78.96 | - |
| YUV | 152.55 | 172.27 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 231 | 0.06 | 0.55 | 0 | 0.09 | 292.86 | 0.72 | 0.66 |
| Hex | D8 | 69 | E7 | 6 | 37 | 0 | 9 | 125 | 48 | 42 |
| Octal | 330 | 151 | 347 | 6 | 67 | 0 | 11 | 445 | 110 | 102 |
| Binary | 11011000 | 1101001 | 11100111 | 110 | 110111 | 0 | 1001 | 100100101 | 1001000 | 1000010 |
Color Harmonies of #D869E7
Complementary color
Monochromatic Colors of #D869E7
Black with #D869E7
Text Example
Text Example
White with #D869E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D869E7; }
p { color: rgb(216,105,231); }
H1.HeaderClassName
{
color: #D869E7;
}
.AnyTagClassName
{
color: #D869E7;
}
</style>
background-color css
<style>
a { background-color: #D869E7; }
a { background-color: rgb(216,105,231); }
div.DivClassName
{
background-color: #D869E7;
}
.BgClassName
{
background-color: #D869E7;
}
</style>
border-color css
<style>
span { border-color: #D869E7; }
span { border-color: rgb(216,105,231); }
td.TdClassName
{
border-color: #D869E7;
}
.TagClassName
{
border-color: #D869E7;
}
</style>