Shades of Orchid #D96FD4
Tints of Orchid #D96FD4
RGB
CMYK
RGB Variations
Color information
#D96FD4 (or 0xD96FD4) is known color: Orchid. HEX triplet: D9, 6F and D4. RGB value is (217,111,212). Sum of RGB (Red+Green+Blue) = 217+111+212=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 111 (43.75% from 255 or 20.56% from 540); Blue value is 212 (83.20% from 255 or 39.26% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96FD4 is #26902B. Grayscale: #999999. Windows color (decimal): -2527276 or 13922265. OLE color: 13922265.
HSL color Cylindrical-coordinate representation of color #D96FD4: hue angle of 302.83º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D96FD4 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 212 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.15 |
| HSL | 302.83º | 0.58% | 0.64% | - |
| HSV(B) | 302.83º | 0.49% | 0.85% | - |
| XYZ | 46.18 | 30.87 | 65.81 | - |
| YUV | 154.21 | 160.62 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 212 | 0 | 0.49 | 0.02 | 0.15 | 302.83 | 0.58 | 0.64 |
| Hex | D9 | 6F | D4 | 0 | 31 | 2 | F | 12F | 3A | 40 |
| Octal | 331 | 157 | 324 | 0 | 61 | 2 | 17 | 457 | 72 | 100 |
| Binary | 11011001 | 1101111 | 11010100 | 0 | 110001 | 10 | 1111 | 100101111 | 111010 | 1000000 |
Color Harmonies of #D96FD4
Complementary color
Monochromatic Colors of #D96FD4
Black with #D96FD4
Text Example
Text Example
White with #D96FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96FD4; }
p { color: rgb(217,111,212); }
H1.HeaderClassName
{
color: #D96FD4;
}
.AnyTagClassName
{
color: #D96FD4;
}
</style>
background-color css
<style>
a { background-color: #D96FD4; }
a { background-color: rgb(217,111,212); }
div.DivClassName
{
background-color: #D96FD4;
}
.BgClassName
{
background-color: #D96FD4;
}
</style>
border-color css
<style>
span { border-color: #D96FD4; }
span { border-color: rgb(217,111,212); }
td.TdClassName
{
border-color: #D96FD4;
}
.TagClassName
{
border-color: #D96FD4;
}
</style>