Shades of Orchid #D96BD2
Tints of Orchid #D96BD2
RGB
CMYK
RGB Variations
Color information
#D96BD2 (or 0xD96BD2) is known color: Orchid. HEX triplet: D9, 6B and D2. RGB value is (217,107,210). Sum of RGB (Red+Green+Blue) = 217+107+210=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 210 (82.42% from 255 or 39.33% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D96BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96BD2 is #26942D. Grayscale: #979797. Windows color (decimal): -2528302 or 13790169. OLE color: 13790169.
HSL color Cylindrical-coordinate representation of color #D96BD2: hue angle of 303.82º 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 #D96BD2 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 210 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.15 |
| HSL | 303.82º | 0.59% | 0.64% | - |
| HSV(B) | 303.82º | 0.51% | 0.85% | - |
| XYZ | 45.51 | 29.92 | 64.35 | - |
| YUV | 151.63 | 160.94 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 210 | 0 | 0.51 | 0.03 | 0.15 | 303.82 | 0.59 | 0.64 |
| Hex | D9 | 6B | D2 | 0 | 33 | 3 | F | 130 | 3B | 40 |
| Octal | 331 | 153 | 322 | 0 | 63 | 3 | 17 | 460 | 73 | 100 |
| Binary | 11011001 | 1101011 | 11010010 | 0 | 110011 | 11 | 1111 | 100110000 | 111011 | 1000000 |
Color Harmonies of #D96BD2
Complementary color
Monochromatic Colors of #D96BD2
Black with #D96BD2
Text Example
Text Example
White with #D96BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96BD2; }
p { color: rgb(217,107,210); }
H1.HeaderClassName
{
color: #D96BD2;
}
.AnyTagClassName
{
color: #D96BD2;
}
</style>
background-color css
<style>
a { background-color: #D96BD2; }
a { background-color: rgb(217,107,210); }
div.DivClassName
{
background-color: #D96BD2;
}
.BgClassName
{
background-color: #D96BD2;
}
</style>
border-color css
<style>
span { border-color: #D96BD2; }
span { border-color: rgb(217,107,210); }
td.TdClassName
{
border-color: #D96BD2;
}
.TagClassName
{
border-color: #D96BD2;
}
</style>