Shades of Orchid #D16BE4
Tints of Orchid #D16BE4
RGB
CMYK
RGB Variations
Color information
#D16BE4 (or 0xD16BE4) is known color: Orchid. HEX triplet: D1, 6B and E4. RGB value is (209,107,228). Sum of RGB (Red+Green+Blue) = 209+107+228=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 107 (42.19% from 255 or 19.67% from 544); Blue value is 228 (89.45% from 255 or 41.91% from 544); Max value from RGB is 228 - color contains mainly: blue. Hex color #D16BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16BE4 is #2E941B. Grayscale: #969696. Windows color (decimal): -3052572 or 14969809. OLE color: 14969809.
HSL color Cylindrical-coordinate representation of color #D16BE4: hue angle of 290.58º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D16BE4 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 107 | 228 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.11 |
| HSL | 290.58º | 0.69% | 0.66% | - |
| HSV(B) | 290.58º | 0.53% | 0.89% | - |
| XYZ | 45.56 | 29.67 | 76.73 | - |
| YUV | 151.29 | 171.29 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 107 | 228 | 0.08 | 0.53 | 0 | 0.11 | 290.58 | 0.69 | 0.66 |
| Hex | D1 | 6B | E4 | 8 | 35 | 0 | B | 123 | 45 | 42 |
| Octal | 321 | 153 | 344 | 10 | 65 | 0 | 13 | 443 | 105 | 102 |
| Binary | 11010001 | 1101011 | 11100100 | 1000 | 110101 | 0 | 1011 | 100100011 | 1000101 | 1000010 |
Color Harmonies of #D16BE4
Complementary color
Monochromatic Colors of #D16BE4
Black with #D16BE4
Text Example
Text Example
White with #D16BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16BE4; }
p { color: rgb(209,107,228); }
H1.HeaderClassName
{
color: #D16BE4;
}
.AnyTagClassName
{
color: #D16BE4;
}
</style>
background-color css
<style>
a { background-color: #D16BE4; }
a { background-color: rgb(209,107,228); }
div.DivClassName
{
background-color: #D16BE4;
}
.BgClassName
{
background-color: #D16BE4;
}
</style>
border-color css
<style>
span { border-color: #D16BE4; }
span { border-color: rgb(209,107,228); }
td.TdClassName
{
border-color: #D16BE4;
}
.TagClassName
{
border-color: #D16BE4;
}
</style>