Shades of Orchid #D96BE3
Tints of Orchid #D96BE3
RGB
CMYK
RGB Variations
Color information
#D96BE3 (or 0xD96BE3) is known color: Orchid. HEX triplet: D9, 6B and E3. RGB value is (217,107,227). Sum of RGB (Red+Green+Blue) = 217+107+227=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 107 (42.19% from 255 or 19.42% from 551); Blue value is 227 (89.06% from 255 or 41.20% from 551); Max value from RGB is 227 - color contains mainly: blue. Hex color #D96BE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96BE3 is #26941C. Grayscale: #999999. Windows color (decimal): -2528285 or 14904281. OLE color: 14904281.
HSL color Cylindrical-coordinate representation of color #D96BE3: hue angle of 295º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96BE3 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 107 | 227 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.11 |
| HSL | 295º | 0.68% | 0.65% | - |
| HSV(B) | 295º | 0.53% | 0.89% | - |
| XYZ | 47.74 | 30.81 | 76.1 | - |
| YUV | 153.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 227 | 0.04 | 0.53 | 0 | 0.11 | 295 | 0.68 | 0.65 |
| Hex | D9 | 6B | E3 | 4 | 35 | 0 | B | 127 | 44 | 41 |
| Octal | 331 | 153 | 343 | 4 | 65 | 0 | 13 | 447 | 104 | 101 |
| Binary | 11011001 | 1101011 | 11100011 | 100 | 110101 | 0 | 1011 | 100100111 | 1000100 | 1000001 |
Color Harmonies of #D96BE3
Complementary color
Monochromatic Colors of #D96BE3
Black with #D96BE3
Text Example
Text Example
White with #D96BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96BE3; }
p { color: rgb(217,107,227); }
H1.HeaderClassName
{
color: #D96BE3;
}
.AnyTagClassName
{
color: #D96BE3;
}
</style>
background-color css
<style>
a { background-color: #D96BE3; }
a { background-color: rgb(217,107,227); }
div.DivClassName
{
background-color: #D96BE3;
}
.BgClassName
{
background-color: #D96BE3;
}
</style>
border-color css
<style>
span { border-color: #D96BE3; }
span { border-color: rgb(217,107,227); }
td.TdClassName
{
border-color: #D96BE3;
}
.TagClassName
{
border-color: #D96BE3;
}
</style>