Shades of Orchid #D96BC4
Tints of Orchid #D96BC4
RGB
CMYK
RGB Variations
Color information
#D96BC4 (or 0xD96BC4) is known color: Orchid. HEX triplet: D9, 6B and C4. RGB value is (217,107,196). Sum of RGB (Red+Green+Blue) = 217+107+196=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D96BC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96BC4 is #26943B. Grayscale: #959595. Windows color (decimal): -2528316 or 12872665. OLE color: 12872665.
HSL color Cylindrical-coordinate representation of color #D96BC4: hue angle of 311.45º 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 #D96BC4 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 196 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.15 |
| HSL | 311.45º | 0.59% | 0.64% | - |
| HSV(B) | 311.45º | 0.51% | 0.85% | - |
| XYZ | 43.84 | 29.25 | 55.56 | - |
| YUV | 150.04 | 153.94 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 196 | 0 | 0.51 | 0.10 | 0.15 | 311.45 | 0.59 | 0.64 |
| Hex | D9 | 6B | C4 | 0 | 33 | A | F | 137 | 3B | 40 |
| Octal | 331 | 153 | 304 | 0 | 63 | 12 | 17 | 467 | 73 | 100 |
| Binary | 11011001 | 1101011 | 11000100 | 0 | 110011 | 1010 | 1111 | 100110111 | 111011 | 1000000 |
Color Harmonies of #D96BC4
Complementary color
Monochromatic Colors of #D96BC4
Black with #D96BC4
Text Example
Text Example
White with #D96BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96BC4; }
p { color: rgb(217,107,196); }
H1.HeaderClassName
{
color: #D96BC4;
}
.AnyTagClassName
{
color: #D96BC4;
}
</style>
background-color css
<style>
a { background-color: #D96BC4; }
a { background-color: rgb(217,107,196); }
div.DivClassName
{
background-color: #D96BC4;
}
.BgClassName
{
background-color: #D96BC4;
}
</style>
border-color css
<style>
span { border-color: #D96BC4; }
span { border-color: rgb(217,107,196); }
td.TdClassName
{
border-color: #D96BC4;
}
.TagClassName
{
border-color: #D96BC4;
}
</style>