Shades of Orchid #D96BC1
Tints of Orchid #D96BC1
RGB
CMYK
RGB Variations
Color information
#D96BC1 (or 0xD96BC1) is known color: Orchid. HEX triplet: D9, 6B and C1. RGB value is (217,107,193). Sum of RGB (Red+Green+Blue) = 217+107+193=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D96BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96BC1 is #26943E. Grayscale: #959595. Windows color (decimal): -2528319 or 12676057. OLE color: 12676057.
HSL color Cylindrical-coordinate representation of color #D96BC1: hue angle of 313.09º 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 #D96BC1 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 193 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.15 |
| HSL | 313.09º | 0.59% | 0.64% | - |
| HSV(B) | 313.09º | 0.51% | 0.85% | - |
| XYZ | 43.5 | 29.12 | 53.78 | - |
| YUV | 149.69 | 152.44 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 193 | 0 | 0.51 | 0.11 | 0.15 | 313.09 | 0.59 | 0.64 |
| Hex | D9 | 6B | C1 | 0 | 33 | B | F | 139 | 3B | 40 |
| Octal | 331 | 153 | 301 | 0 | 63 | 13 | 17 | 471 | 73 | 100 |
| Binary | 11011001 | 1101011 | 11000001 | 0 | 110011 | 1011 | 1111 | 100111001 | 111011 | 1000000 |
Color Harmonies of #D96BC1
Complementary color
Monochromatic Colors of #D96BC1
Black with #D96BC1
Text Example
Text Example
White with #D96BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96BC1; }
p { color: rgb(217,107,193); }
H1.HeaderClassName
{
color: #D96BC1;
}
.AnyTagClassName
{
color: #D96BC1;
}
</style>
background-color css
<style>
a { background-color: #D96BC1; }
a { background-color: rgb(217,107,193); }
div.DivClassName
{
background-color: #D96BC1;
}
.BgClassName
{
background-color: #D96BC1;
}
</style>
border-color css
<style>
span { border-color: #D96BC1; }
span { border-color: rgb(217,107,193); }
td.TdClassName
{
border-color: #D96BC1;
}
.TagClassName
{
border-color: #D96BC1;
}
</style>