Shades of Orchid #D96FE4
Tints of Orchid #D96FE4
RGB
CMYK
RGB Variations
Color information
#D96FE4 (or 0xD96FE4) is known color: Orchid. HEX triplet: D9, 6F and E4. RGB value is (217,111,228). Sum of RGB (Red+Green+Blue) = 217+111+228=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 111 (43.75% from 255 or 19.96% from 556); Blue value is 228 (89.45% from 255 or 41.01% from 556); Max value from RGB is 228 - color contains mainly: blue. Hex color #D96FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96FE4 is #26901B. Grayscale: #9B9B9B. Windows color (decimal): -2527260 or 14970841. OLE color: 14970841.
HSL color Cylindrical-coordinate representation of color #D96FE4: hue angle of 294.36º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96FE4 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 111 | 228 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.11 |
| HSL | 294.36º | 0.68% | 0.66% | - |
| HSV(B) | 294.36º | 0.51% | 0.89% | - |
| XYZ | 48.3 | 31.72 | 76.98 | - |
| YUV | 156.03 | 168.62 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 228 | 0.05 | 0.51 | 0 | 0.11 | 294.36 | 0.68 | 0.66 |
| Hex | D9 | 6F | E4 | 5 | 33 | 0 | B | 126 | 44 | 42 |
| Octal | 331 | 157 | 344 | 5 | 63 | 0 | 13 | 446 | 104 | 102 |
| Binary | 11011001 | 1101111 | 11100100 | 101 | 110011 | 0 | 1011 | 100100110 | 1000100 | 1000010 |
Color Harmonies of #D96FE4
Complementary color
Monochromatic Colors of #D96FE4
Black with #D96FE4
Text Example
Text Example
White with #D96FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96FE4; }
p { color: rgb(217,111,228); }
H1.HeaderClassName
{
color: #D96FE4;
}
.AnyTagClassName
{
color: #D96FE4;
}
</style>
background-color css
<style>
a { background-color: #D96FE4; }
a { background-color: rgb(217,111,228); }
div.DivClassName
{
background-color: #D96FE4;
}
.BgClassName
{
background-color: #D96FE4;
}
</style>
border-color css
<style>
span { border-color: #D96FE4; }
span { border-color: rgb(217,111,228); }
td.TdClassName
{
border-color: #D96FE4;
}
.TagClassName
{
border-color: #D96FE4;
}
</style>