Shades of Orchid #D96BCD
Tints of Orchid #D96BCD
RGB
CMYK
RGB Variations
Color information
#D96BCD (or 0xD96BCD) is known color: Orchid. HEX triplet: D9, 6B and CD. RGB value is (217,107,205). Sum of RGB (Red+Green+Blue) = 217+107+205=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D96BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96BCD is #269432. Grayscale: #969696. Windows color (decimal): -2528307 or 13462489. OLE color: 13462489.
HSL color Cylindrical-coordinate representation of color #D96BCD: hue angle of 306.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 #D96BCD is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 205 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.15 |
| HSL | 306.55º | 0.59% | 0.64% | - |
| HSV(B) | 306.55º | 0.51% | 0.85% | - |
| XYZ | 44.89 | 29.67 | 61.12 | - |
| YUV | 151.06 | 158.44 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 205 | 0 | 0.51 | 0.06 | 0.15 | 306.55 | 0.59 | 0.64 |
| Hex | D9 | 6B | CD | 0 | 33 | 6 | F | 133 | 3B | 40 |
| Octal | 331 | 153 | 315 | 0 | 63 | 6 | 17 | 463 | 73 | 100 |
| Binary | 11011001 | 1101011 | 11001101 | 0 | 110011 | 110 | 1111 | 100110011 | 111011 | 1000000 |
Color Harmonies of #D96BCD
Complementary color
Monochromatic Colors of #D96BCD
Black with #D96BCD
Text Example
Text Example
White with #D96BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96BCD; }
p { color: rgb(217,107,205); }
H1.HeaderClassName
{
color: #D96BCD;
}
.AnyTagClassName
{
color: #D96BCD;
}
</style>
background-color css
<style>
a { background-color: #D96BCD; }
a { background-color: rgb(217,107,205); }
div.DivClassName
{
background-color: #D96BCD;
}
.BgClassName
{
background-color: #D96BCD;
}
</style>
border-color css
<style>
span { border-color: #D96BCD; }
span { border-color: rgb(217,107,205); }
td.TdClassName
{
border-color: #D96BCD;
}
.TagClassName
{
border-color: #D96BCD;
}
</style>