Shades of Orchid #D16FDA
Tints of Orchid #D16FDA
RGB
CMYK
RGB Variations
Color information
#D16FDA (or 0xD16FDA) is known color: Orchid. HEX triplet: D1, 6F and DA. RGB value is (209,111,218). Sum of RGB (Red+Green+Blue) = 209+111+218=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #D16FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16FDA is #2E9025. Grayscale: #989898. Windows color (decimal): -3051558 or 14315473. OLE color: 14315473.
HSL color Cylindrical-coordinate representation of color #D16FDA: hue angle of 294.95º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16FDA is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 111 | 218 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.15 |
| HSL | 294.95º | 0.59% | 0.65% | - |
| HSV(B) | 294.95º | 0.49% | 0.85% | - |
| XYZ | 44.63 | 29.99 | 69.77 | - |
| YUV | 152.5 | 164.97 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 218 | 0.04 | 0.49 | 0 | 0.15 | 294.95 | 0.59 | 0.65 |
| Hex | D1 | 6F | DA | 4 | 31 | 0 | F | 127 | 3B | 41 |
| Octal | 321 | 157 | 332 | 4 | 61 | 0 | 17 | 447 | 73 | 101 |
| Binary | 11010001 | 1101111 | 11011010 | 100 | 110001 | 0 | 1111 | 100100111 | 111011 | 1000001 |
Color Harmonies of #D16FDA
Complementary color
Monochromatic Colors of #D16FDA
Black with #D16FDA
Text Example
Text Example
White with #D16FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16FDA; }
p { color: rgb(209,111,218); }
H1.HeaderClassName
{
color: #D16FDA;
}
.AnyTagClassName
{
color: #D16FDA;
}
</style>
background-color css
<style>
a { background-color: #D16FDA; }
a { background-color: rgb(209,111,218); }
div.DivClassName
{
background-color: #D16FDA;
}
.BgClassName
{
background-color: #D16FDA;
}
</style>
border-color css
<style>
span { border-color: #D16FDA; }
span { border-color: rgb(209,111,218); }
td.TdClassName
{
border-color: #D16FDA;
}
.TagClassName
{
border-color: #D16FDA;
}
</style>