Shades of Orchid #D96BE1
Tints of Orchid #D96BE1
RGB
CMYK
RGB Variations
Color information
#D96BE1 (or 0xD96BE1) is known color: Orchid. HEX triplet: D9, 6B and E1. RGB value is (217,107,225). Sum of RGB (Red+Green+Blue) = 217+107+225=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 225 (88.28% from 255 or 40.98% from 549); Max value from RGB is 225 - color contains mainly: blue. Hex color #D96BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96BE1 is #26941E. Grayscale: #989898. Windows color (decimal): -2528287 or 14773209. OLE color: 14773209.
HSL color Cylindrical-coordinate representation of color #D96BE1: hue angle of 295.93º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D96BE1 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 107 | 225 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.12 |
| HSL | 295.93º | 0.66% | 0.65% | - |
| HSV(B) | 295.93º | 0.52% | 0.88% | - |
| XYZ | 47.46 | 30.7 | 74.66 | - |
| YUV | 153.34 | 168.44 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 225 | 0.04 | 0.52 | 0 | 0.12 | 295.93 | 0.66 | 0.65 |
| Hex | D9 | 6B | E1 | 4 | 34 | 0 | C | 128 | 42 | 41 |
| Octal | 331 | 153 | 341 | 4 | 64 | 0 | 14 | 450 | 102 | 101 |
| Binary | 11011001 | 1101011 | 11100001 | 100 | 110100 | 0 | 1100 | 100101000 | 1000010 | 1000001 |
Color Harmonies of #D96BE1
Complementary color
Monochromatic Colors of #D96BE1
Black with #D96BE1
Text Example
Text Example
White with #D96BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96BE1; }
p { color: rgb(217,107,225); }
H1.HeaderClassName
{
color: #D96BE1;
}
.AnyTagClassName
{
color: #D96BE1;
}
</style>
background-color css
<style>
a { background-color: #D96BE1; }
a { background-color: rgb(217,107,225); }
div.DivClassName
{
background-color: #D96BE1;
}
.BgClassName
{
background-color: #D96BE1;
}
</style>
border-color css
<style>
span { border-color: #D96BE1; }
span { border-color: rgb(217,107,225); }
td.TdClassName
{
border-color: #D96BE1;
}
.TagClassName
{
border-color: #D96BE1;
}
</style>