Shades of Orchid #D16ECC
Tints of Orchid #D16ECC
RGB
CMYK
RGB Variations
Color information
#D16ECC (or 0xD16ECC) is known color: Orchid. HEX triplet: D1, 6E and CC. RGB value is (209,110,204). Sum of RGB (Red+Green+Blue) = 209+110+204=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 209 - color contains mainly: red. Hex color #D16ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16ECC is #2E9133. Grayscale: #969696. Windows color (decimal): -3051828 or 13397713. OLE color: 13397713.
HSL color Cylindrical-coordinate representation of color #D16ECC: hue angle of 303.03º 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 #D16ECC is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 110 | 204 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.18 |
| HSL | 303.03º | 0.52% | 0.63% | - |
| HSV(B) | 303.03º | 0.47% | 0.82% | - |
| XYZ | 42.77 | 29.07 | 60.48 | - |
| YUV | 150.32 | 158.3 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 204 | 0 | 0.47 | 0.02 | 0.18 | 303.03 | 0.52 | 0.63 |
| Hex | D1 | 6E | CC | 0 | 2F | 2 | 12 | 12F | 34 | 3F |
| Octal | 321 | 156 | 314 | 0 | 57 | 2 | 22 | 457 | 64 | 77 |
| Binary | 11010001 | 1101110 | 11001100 | 0 | 101111 | 10 | 10010 | 100101111 | 110100 | 111111 |
Color Harmonies of #D16ECC
Complementary color
Monochromatic Colors of #D16ECC
Black with #D16ECC
Text Example
Text Example
White with #D16ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16ECC; }
p { color: rgb(209,110,204); }
H1.HeaderClassName
{
color: #D16ECC;
}
.AnyTagClassName
{
color: #D16ECC;
}
</style>
background-color css
<style>
a { background-color: #D16ECC; }
a { background-color: rgb(209,110,204); }
div.DivClassName
{
background-color: #D16ECC;
}
.BgClassName
{
background-color: #D16ECC;
}
</style>
border-color css
<style>
span { border-color: #D16ECC; }
span { border-color: rgb(209,110,204); }
td.TdClassName
{
border-color: #D16ECC;
}
.TagClassName
{
border-color: #D16ECC;
}
</style>