Shades of Orchid #D96BC0
Tints of Orchid #D96BC0
RGB
CMYK
RGB Variations
Color information
#D96BC0 (or 0xD96BC0) is known color: Orchid. HEX triplet: D9, 6B and C0. RGB value is (217,107,192). Sum of RGB (Red+Green+Blue) = 217+107+192=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D96BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96BC0 is #26943F. Grayscale: #959595. Windows color (decimal): -2528320 or 12610521. OLE color: 12610521.
HSL color Cylindrical-coordinate representation of color #D96BC0: hue angle of 313.64º 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 #D96BC0 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 192 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.15 |
| HSL | 313.64º | 0.59% | 0.64% | - |
| HSV(B) | 313.64º | 0.51% | 0.85% | - |
| XYZ | 43.39 | 29.07 | 53.19 | - |
| YUV | 149.58 | 151.94 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 192 | 0 | 0.51 | 0.12 | 0.15 | 313.64 | 0.59 | 0.64 |
| Hex | D9 | 6B | C0 | 0 | 33 | C | F | 13A | 3B | 40 |
| Octal | 331 | 153 | 300 | 0 | 63 | 14 | 17 | 472 | 73 | 100 |
| Binary | 11011001 | 1101011 | 11000000 | 0 | 110011 | 1100 | 1111 | 100111010 | 111011 | 1000000 |
Color Harmonies of #D96BC0
Complementary color
Monochromatic Colors of #D96BC0
Black with #D96BC0
Text Example
Text Example
White with #D96BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96BC0; }
p { color: rgb(217,107,192); }
H1.HeaderClassName
{
color: #D96BC0;
}
.AnyTagClassName
{
color: #D96BC0;
}
</style>
background-color css
<style>
a { background-color: #D96BC0; }
a { background-color: rgb(217,107,192); }
div.DivClassName
{
background-color: #D96BC0;
}
.BgClassName
{
background-color: #D96BC0;
}
</style>
border-color css
<style>
span { border-color: #D96BC0; }
span { border-color: rgb(217,107,192); }
td.TdClassName
{
border-color: #D96BC0;
}
.TagClassName
{
border-color: #D96BC0;
}
</style>