Shades of Orchid #D96BC2
Tints of Orchid #D96BC2
RGB
CMYK
RGB Variations
Color information
#D96BC2 (or 0xD96BC2) is known color: Orchid. HEX triplet: D9, 6B and C2. RGB value is (217,107,194). Sum of RGB (Red+Green+Blue) = 217+107+194=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D96BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96BC2 is #26943D. Grayscale: #959595. Windows color (decimal): -2528318 or 12741593. OLE color: 12741593.
HSL color Cylindrical-coordinate representation of color #D96BC2: hue angle of 312.55º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96BC2 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 194 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.15 |
| HSL | 312.55º | 0.59% | 0.64% | - |
| HSV(B) | 312.55º | 0.51% | 0.85% | - |
| XYZ | 43.61 | 29.16 | 54.37 | - |
| YUV | 149.81 | 152.94 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 194 | 0 | 0.51 | 0.11 | 0.15 | 312.55 | 0.59 | 0.64 |
| Hex | D9 | 6B | C2 | 0 | 33 | B | F | 139 | 3B | 40 |
| Octal | 331 | 153 | 302 | 0 | 63 | 13 | 17 | 471 | 73 | 100 |
| Binary | 11011001 | 1101011 | 11000010 | 0 | 110011 | 1011 | 1111 | 100111001 | 111011 | 1000000 |
Color Harmonies of #D96BC2
Complementary color
Monochromatic Colors of #D96BC2
Black with #D96BC2
Text Example
Text Example
White with #D96BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96BC2; }
p { color: rgb(217,107,194); }
H1.HeaderClassName
{
color: #D96BC2;
}
.AnyTagClassName
{
color: #D96BC2;
}
</style>
background-color css
<style>
a { background-color: #D96BC2; }
a { background-color: rgb(217,107,194); }
div.DivClassName
{
background-color: #D96BC2;
}
.BgClassName
{
background-color: #D96BC2;
}
</style>
border-color css
<style>
span { border-color: #D96BC2; }
span { border-color: rgb(217,107,194); }
td.TdClassName
{
border-color: #D96BC2;
}
.TagClassName
{
border-color: #D96BC2;
}
</style>