Shades of Orchid #D96BC5
Tints of Orchid #D96BC5
RGB
CMYK
RGB Variations
Color information
#D96BC5 (or 0xD96BC5) is known color: Orchid. HEX triplet: D9, 6B and C5. RGB value is (217,107,197). Sum of RGB (Red+Green+Blue) = 217+107+197=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D96BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96BC5 is #26943A. Grayscale: #959595. Windows color (decimal): -2528315 or 12938201. OLE color: 12938201.
HSL color Cylindrical-coordinate representation of color #D96BC5: hue angle of 310.91º 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 #D96BC5 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 197 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.15 |
| HSL | 310.91º | 0.59% | 0.64% | - |
| HSV(B) | 310.91º | 0.51% | 0.85% | - |
| XYZ | 43.95 | 29.3 | 56.16 | - |
| YUV | 150.15 | 154.44 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 197 | 0 | 0.51 | 0.09 | 0.15 | 310.91 | 0.59 | 0.64 |
| Hex | D9 | 6B | C5 | 0 | 33 | 9 | F | 137 | 3B | 40 |
| Octal | 331 | 153 | 305 | 0 | 63 | 11 | 17 | 467 | 73 | 100 |
| Binary | 11011001 | 1101011 | 11000101 | 0 | 110011 | 1001 | 1111 | 100110111 | 111011 | 1000000 |
Color Harmonies of #D96BC5
Complementary color
Monochromatic Colors of #D96BC5
Black with #D96BC5
Text Example
Text Example
White with #D96BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96BC5; }
p { color: rgb(217,107,197); }
H1.HeaderClassName
{
color: #D96BC5;
}
.AnyTagClassName
{
color: #D96BC5;
}
</style>
background-color css
<style>
a { background-color: #D96BC5; }
a { background-color: rgb(217,107,197); }
div.DivClassName
{
background-color: #D96BC5;
}
.BgClassName
{
background-color: #D96BC5;
}
</style>
border-color css
<style>
span { border-color: #D96BC5; }
span { border-color: rgb(217,107,197); }
td.TdClassName
{
border-color: #D96BC5;
}
.TagClassName
{
border-color: #D96BC5;
}
</style>