Shades of Orchid #D96DC3
Tints of Orchid #D96DC3
RGB
CMYK
RGB Variations
Color information
#D96DC3 (or 0xD96DC3) is known color: Orchid. HEX triplet: D9, 6D and C3. RGB value is (217,109,195). Sum of RGB (Red+Green+Blue) = 217+109+195=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DC3 is #26923C. Grayscale: #969696. Windows color (decimal): -2527805 or 12807641. OLE color: 12807641.
HSL color Cylindrical-coordinate representation of color #D96DC3: hue angle of 312.22º 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 #D96DC3 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 195 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.15 |
| HSL | 312.22º | 0.59% | 0.64% | - |
| HSV(B) | 312.22º | 0.5% | 0.85% | - |
| XYZ | 43.93 | 29.63 | 55.03 | - |
| YUV | 151.1 | 152.78 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 195 | 0 | 0.50 | 0.10 | 0.15 | 312.22 | 0.59 | 0.64 |
| Hex | D9 | 6D | C3 | 0 | 32 | A | F | 138 | 3B | 40 |
| Octal | 331 | 155 | 303 | 0 | 62 | 12 | 17 | 470 | 73 | 100 |
| Binary | 11011001 | 1101101 | 11000011 | 0 | 110010 | 1010 | 1111 | 100111000 | 111011 | 1000000 |
Color Harmonies of #D96DC3
Complementary color
Monochromatic Colors of #D96DC3
Black with #D96DC3
Text Example
Text Example
White with #D96DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96DC3; }
p { color: rgb(217,109,195); }
H1.HeaderClassName
{
color: #D96DC3;
}
.AnyTagClassName
{
color: #D96DC3;
}
</style>
background-color css
<style>
a { background-color: #D96DC3; }
a { background-color: rgb(217,109,195); }
div.DivClassName
{
background-color: #D96DC3;
}
.BgClassName
{
background-color: #D96DC3;
}
</style>
border-color css
<style>
span { border-color: #D96DC3; }
span { border-color: rgb(217,109,195); }
td.TdClassName
{
border-color: #D96DC3;
}
.TagClassName
{
border-color: #D96DC3;
}
</style>