Shades of Orchid #D96FE6
Tints of Orchid #D96FE6
RGB
CMYK
RGB Variations
Color information
#D96FE6 (or 0xD96FE6) is known color: Orchid. HEX triplet: D9, 6F and E6. RGB value is (217,111,230). Sum of RGB (Red+Green+Blue) = 217+111+230=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 111 (43.75% from 255 or 19.89% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 230 - color contains mainly: blue. Hex color #D96FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96FE6 is #269019. Grayscale: #9B9B9B. Windows color (decimal): -2527258 or 15101913. OLE color: 15101913.
HSL color Cylindrical-coordinate representation of color #D96FE6: hue angle of 293.45º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D96FE6 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 111 | 230 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.10 |
| HSL | 293.45º | 0.7% | 0.67% | - |
| HSV(B) | 293.45º | 0.52% | 0.9% | - |
| XYZ | 48.58 | 31.83 | 78.45 | - |
| YUV | 156.26 | 169.62 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 230 | 0.06 | 0.52 | 0 | 0.10 | 293.45 | 0.7 | 0.67 |
| Hex | D9 | 6F | E6 | 6 | 34 | 0 | A | 125 | 46 | 43 |
| Octal | 331 | 157 | 346 | 6 | 64 | 0 | 12 | 445 | 106 | 103 |
| Binary | 11011001 | 1101111 | 11100110 | 110 | 110100 | 0 | 1010 | 100100101 | 1000110 | 1000011 |
Color Harmonies of #D96FE6
Complementary color
Monochromatic Colors of #D96FE6
Black with #D96FE6
Text Example
Text Example
White with #D96FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96FE6; }
p { color: rgb(217,111,230); }
H1.HeaderClassName
{
color: #D96FE6;
}
.AnyTagClassName
{
color: #D96FE6;
}
</style>
background-color css
<style>
a { background-color: #D96FE6; }
a { background-color: rgb(217,111,230); }
div.DivClassName
{
background-color: #D96FE6;
}
.BgClassName
{
background-color: #D96FE6;
}
</style>
border-color css
<style>
span { border-color: #D96FE6; }
span { border-color: rgb(217,111,230); }
td.TdClassName
{
border-color: #D96FE6;
}
.TagClassName
{
border-color: #D96FE6;
}
</style>