Shades of Orchid #D16ECA
Tints of Orchid #D16ECA
RGB
CMYK
RGB Variations
Color information
#D16ECA (or 0xD16ECA) is known color: Orchid. HEX triplet: D1, 6E and CA. RGB value is (209,110,202). Sum of RGB (Red+Green+Blue) = 209+110+202=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D16ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16ECA is #2E9135. Grayscale: #959595. Windows color (decimal): -3051830 or 13266641. OLE color: 13266641.
HSL color Cylindrical-coordinate representation of color #D16ECA: hue angle of 304.24º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D16ECA is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 110 | 202 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.18 |
| HSL | 304.24º | 0.52% | 0.63% | - |
| HSV(B) | 304.24º | 0.47% | 0.82% | - |
| XYZ | 42.53 | 28.97 | 59.23 | - |
| YUV | 150.09 | 157.3 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 202 | 0 | 0.47 | 0.03 | 0.18 | 304.24 | 0.52 | 0.63 |
| Hex | D1 | 6E | CA | 0 | 2F | 3 | 12 | 130 | 34 | 3F |
| Octal | 321 | 156 | 312 | 0 | 57 | 3 | 22 | 460 | 64 | 77 |
| Binary | 11010001 | 1101110 | 11001010 | 0 | 101111 | 11 | 10010 | 100110000 | 110100 | 111111 |
Color Harmonies of #D16ECA
Complementary color
Monochromatic Colors of #D16ECA
Black with #D16ECA
Text Example
Text Example
White with #D16ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16ECA; }
p { color: rgb(209,110,202); }
H1.HeaderClassName
{
color: #D16ECA;
}
.AnyTagClassName
{
color: #D16ECA;
}
</style>
background-color css
<style>
a { background-color: #D16ECA; }
a { background-color: rgb(209,110,202); }
div.DivClassName
{
background-color: #D16ECA;
}
.BgClassName
{
background-color: #D16ECA;
}
</style>
border-color css
<style>
span { border-color: #D16ECA; }
span { border-color: rgb(209,110,202); }
td.TdClassName
{
border-color: #D16ECA;
}
.TagClassName
{
border-color: #D16ECA;
}
</style>