Shades of Orchid #D96FDF
Tints of Orchid #D96FDF
RGB
CMYK
RGB Variations
Color information
#D96FDF (or 0xD96FDF) is known color: Orchid. HEX triplet: D9, 6F and DF. RGB value is (217,111,223). Sum of RGB (Red+Green+Blue) = 217+111+223=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 111 (43.75% from 255 or 20.15% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #D96FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96FDF is #269020. Grayscale: #9B9B9B. Windows color (decimal): -2527265 or 14643161. OLE color: 14643161.
HSL color Cylindrical-coordinate representation of color #D96FDF: hue angle of 296.79º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96FDF is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 111 | 223 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.13 |
| HSL | 296.79º | 0.64% | 0.65% | - |
| HSV(B) | 296.79º | 0.5% | 0.87% | - |
| XYZ | 47.62 | 31.45 | 73.37 | - |
| YUV | 155.46 | 166.12 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 223 | 0.03 | 0.50 | 0 | 0.13 | 296.79 | 0.64 | 0.65 |
| Hex | D9 | 6F | DF | 3 | 32 | 0 | D | 129 | 40 | 41 |
| Octal | 331 | 157 | 337 | 3 | 62 | 0 | 15 | 451 | 100 | 101 |
| Binary | 11011001 | 1101111 | 11011111 | 11 | 110010 | 0 | 1101 | 100101001 | 1000000 | 1000001 |
Color Harmonies of #D96FDF
Complementary color
Monochromatic Colors of #D96FDF
Black with #D96FDF
Text Example
Text Example
White with #D96FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96FDF; }
p { color: rgb(217,111,223); }
H1.HeaderClassName
{
color: #D96FDF;
}
.AnyTagClassName
{
color: #D96FDF;
}
</style>
background-color css
<style>
a { background-color: #D96FDF; }
a { background-color: rgb(217,111,223); }
div.DivClassName
{
background-color: #D96FDF;
}
.BgClassName
{
background-color: #D96FDF;
}
</style>
border-color css
<style>
span { border-color: #D96FDF; }
span { border-color: rgb(217,111,223); }
td.TdClassName
{
border-color: #D96FDF;
}
.TagClassName
{
border-color: #D96FDF;
}
</style>