Shades of Orchid #D96ACB
Tints of Orchid #D96ACB
RGB
CMYK
RGB Variations
Color information
#D96ACB (or 0xD96ACB) is known color: Orchid. HEX triplet: D9, 6A and CB. RGB value is (217,106,203). Sum of RGB (Red+Green+Blue) = 217+106+203=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 106 (41.80% from 255 or 20.15% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D96ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96ACB is #269534. Grayscale: #959595. Windows color (decimal): -2528565 or 13331161. OLE color: 13331161.
HSL color Cylindrical-coordinate representation of color #D96ACB: hue angle of 307.57º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96ACB is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 203 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.15 |
| HSL | 307.57º | 0.59% | 0.63% | - |
| HSV(B) | 307.57º | 0.51% | 0.85% | - |
| XYZ | 44.55 | 29.37 | 59.82 | - |
| YUV | 150.25 | 157.77 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 203 | 0 | 0.51 | 0.06 | 0.15 | 307.57 | 0.59 | 0.63 |
| Hex | D9 | 6A | CB | 0 | 33 | 6 | F | 134 | 3B | 3F |
| Octal | 331 | 152 | 313 | 0 | 63 | 6 | 17 | 464 | 73 | 77 |
| Binary | 11011001 | 1101010 | 11001011 | 0 | 110011 | 110 | 1111 | 100110100 | 111011 | 111111 |
Color Harmonies of #D96ACB
Complementary color
Monochromatic Colors of #D96ACB
Black with #D96ACB
Text Example
Text Example
White with #D96ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96ACB; }
p { color: rgb(217,106,203); }
H1.HeaderClassName
{
color: #D96ACB;
}
.AnyTagClassName
{
color: #D96ACB;
}
</style>
background-color css
<style>
a { background-color: #D96ACB; }
a { background-color: rgb(217,106,203); }
div.DivClassName
{
background-color: #D96ACB;
}
.BgClassName
{
background-color: #D96ACB;
}
</style>
border-color css
<style>
span { border-color: #D96ACB; }
span { border-color: rgb(217,106,203); }
td.TdClassName
{
border-color: #D96ACB;
}
.TagClassName
{
border-color: #D96ACB;
}
</style>