Shades of Orchid #D96CBF
Tints of Orchid #D96CBF
RGB
CMYK
RGB Variations
Color information
#D96CBF (or 0xD96CBF) is known color: Orchid. HEX triplet: D9, 6C and BF. RGB value is (217,108,191). Sum of RGB (Red+Green+Blue) = 217+108+191=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D96CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96CBF is #269340. Grayscale: #959595. Windows color (decimal): -2528065 or 12545241. OLE color: 12545241.
HSL color Cylindrical-coordinate representation of color #D96CBF: hue angle of 314.31º 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 #D96CBF is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 191 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.15 |
| HSL | 314.31º | 0.59% | 0.64% | - |
| HSV(B) | 314.31º | 0.5% | 0.85% | - |
| XYZ | 43.38 | 29.24 | 52.65 | - |
| YUV | 150.05 | 151.11 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 191 | 0 | 0.50 | 0.12 | 0.15 | 314.31 | 0.59 | 0.64 |
| Hex | D9 | 6C | BF | 0 | 32 | C | F | 13A | 3B | 40 |
| Octal | 331 | 154 | 277 | 0 | 62 | 14 | 17 | 472 | 73 | 100 |
| Binary | 11011001 | 1101100 | 10111111 | 0 | 110010 | 1100 | 1111 | 100111010 | 111011 | 1000000 |
Color Harmonies of #D96CBF
Complementary color
Monochromatic Colors of #D96CBF
Black with #D96CBF
Text Example
Text Example
White with #D96CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96CBF; }
p { color: rgb(217,108,191); }
H1.HeaderClassName
{
color: #D96CBF;
}
.AnyTagClassName
{
color: #D96CBF;
}
</style>
background-color css
<style>
a { background-color: #D96CBF; }
a { background-color: rgb(217,108,191); }
div.DivClassName
{
background-color: #D96CBF;
}
.BgClassName
{
background-color: #D96CBF;
}
</style>
border-color css
<style>
span { border-color: #D96CBF; }
span { border-color: rgb(217,108,191); }
td.TdClassName
{
border-color: #D96CBF;
}
.TagClassName
{
border-color: #D96CBF;
}
</style>