Shades of Orchid #D96DCA
Tints of Orchid #D96DCA
RGB
CMYK
RGB Variations
Color information
#D96DCA (or 0xD96DCA) is known color: Orchid. HEX triplet: D9, 6D and CA. RGB value is (217,109,202). Sum of RGB (Red+Green+Blue) = 217+109+202=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DCA is #269235. Grayscale: #979797. Windows color (decimal): -2527798 or 13266393. OLE color: 13266393.
HSL color Cylindrical-coordinate representation of color #D96DCA: hue angle of 308.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96DCA is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 202 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.15 |
| HSL | 308.33º | 0.59% | 0.64% | - |
| HSV(B) | 308.33º | 0.5% | 0.85% | - |
| XYZ | 44.74 | 29.95 | 59.3 | - |
| YUV | 151.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 202 | 0 | 0.50 | 0.07 | 0.15 | 308.33 | 0.59 | 0.64 |
| Hex | D9 | 6D | CA | 0 | 32 | 7 | F | 134 | 3B | 40 |
| Octal | 331 | 155 | 312 | 0 | 62 | 7 | 17 | 464 | 73 | 100 |
| Binary | 11011001 | 1101101 | 11001010 | 0 | 110010 | 111 | 1111 | 100110100 | 111011 | 1000000 |
Color Harmonies of #D96DCA
Complementary color
Monochromatic Colors of #D96DCA
Black with #D96DCA
Text Example
Text Example
White with #D96DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96DCA; }
p { color: rgb(217,109,202); }
H1.HeaderClassName
{
color: #D96DCA;
}
.AnyTagClassName
{
color: #D96DCA;
}
</style>
background-color css
<style>
a { background-color: #D96DCA; }
a { background-color: rgb(217,109,202); }
div.DivClassName
{
background-color: #D96DCA;
}
.BgClassName
{
background-color: #D96DCA;
}
</style>
border-color css
<style>
span { border-color: #D96DCA; }
span { border-color: rgb(217,109,202); }
td.TdClassName
{
border-color: #D96DCA;
}
.TagClassName
{
border-color: #D96DCA;
}
</style>