Shades of Orchid #D16FCA
Tints of Orchid #D16FCA
RGB
CMYK
RGB Variations
Color information
#D16FCA (or 0xD16FCA) is known color: Orchid. HEX triplet: D1, 6F and CA. RGB value is (209,111,202). Sum of RGB (Red+Green+Blue) = 209+111+202=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 209 - color contains mainly: red. Hex color #D16FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16FCA is #2E9035. Grayscale: #969696. Windows color (decimal): -3051574 or 13266897. OLE color: 13266897.
HSL color Cylindrical-coordinate representation of color #D16FCA: hue angle of 304.29º 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 #D16FCA is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 202 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.18 |
| HSL | 304.29º | 0.52% | 0.63% | - |
| HSV(B) | 304.29º | 0.47% | 0.82% | - |
| XYZ | 42.64 | 29.19 | 59.26 | - |
| YUV | 150.68 | 156.97 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 202 | 0 | 0.47 | 0.03 | 0.18 | 304.29 | 0.52 | 0.63 |
| Hex | D1 | 6F | CA | 0 | 2F | 3 | 12 | 130 | 34 | 3F |
| Octal | 321 | 157 | 312 | 0 | 57 | 3 | 22 | 460 | 64 | 77 |
| Binary | 11010001 | 1101111 | 11001010 | 0 | 101111 | 11 | 10010 | 100110000 | 110100 | 111111 |
Color Harmonies of #D16FCA
Complementary color
Monochromatic Colors of #D16FCA
Black with #D16FCA
Text Example
Text Example
White with #D16FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16FCA; }
p { color: rgb(209,111,202); }
H1.HeaderClassName
{
color: #D16FCA;
}
.AnyTagClassName
{
color: #D16FCA;
}
</style>
background-color css
<style>
a { background-color: #D16FCA; }
a { background-color: rgb(209,111,202); }
div.DivClassName
{
background-color: #D16FCA;
}
.BgClassName
{
background-color: #D16FCA;
}
</style>
border-color css
<style>
span { border-color: #D16FCA; }
span { border-color: rgb(209,111,202); }
td.TdClassName
{
border-color: #D16FCA;
}
.TagClassName
{
border-color: #D16FCA;
}
</style>