Shades of Orchid #D96BDF
Tints of Orchid #D96BDF
RGB
CMYK
RGB Variations
Color information
#D96BDF (or 0xD96BDF) is known color: Orchid. HEX triplet: D9, 6B and DF. RGB value is (217,107,223). Sum of RGB (Red+Green+Blue) = 217+107+223=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 107 (42.19% from 255 or 19.56% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #D96BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96BDF is #269420. Grayscale: #989898. Windows color (decimal): -2528289 or 14642137. OLE color: 14642137.
HSL color Cylindrical-coordinate representation of color #D96BDF: hue angle of 296.9º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D96BDF is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 107 | 223 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.13 |
| HSL | 296.9º | 0.64% | 0.65% | - |
| HSV(B) | 296.9º | 0.52% | 0.87% | - |
| XYZ | 47.19 | 30.59 | 73.23 | - |
| YUV | 153.11 | 167.44 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 223 | 0.03 | 0.52 | 0 | 0.13 | 296.9 | 0.64 | 0.65 |
| Hex | D9 | 6B | DF | 3 | 34 | 0 | D | 129 | 40 | 41 |
| Octal | 331 | 153 | 337 | 3 | 64 | 0 | 15 | 451 | 100 | 101 |
| Binary | 11011001 | 1101011 | 11011111 | 11 | 110100 | 0 | 1101 | 100101001 | 1000000 | 1000001 |
Color Harmonies of #D96BDF
Complementary color
Monochromatic Colors of #D96BDF
Black with #D96BDF
Text Example
Text Example
White with #D96BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96BDF; }
p { color: rgb(217,107,223); }
H1.HeaderClassName
{
color: #D96BDF;
}
.AnyTagClassName
{
color: #D96BDF;
}
</style>
background-color css
<style>
a { background-color: #D96BDF; }
a { background-color: rgb(217,107,223); }
div.DivClassName
{
background-color: #D96BDF;
}
.BgClassName
{
background-color: #D96BDF;
}
</style>
border-color css
<style>
span { border-color: #D96BDF; }
span { border-color: rgb(217,107,223); }
td.TdClassName
{
border-color: #D96BDF;
}
.TagClassName
{
border-color: #D96BDF;
}
</style>