Shades of Orchid #DA71BC
Tints of Orchid #DA71BC
RGB
CMYK
RGB Variations
Color information
#DA71BC (or 0xDA71BC) is known color: Orchid. HEX triplet: DA, 71 and BC. RGB value is (218,113,188). Sum of RGB (Red+Green+Blue) = 218+113+188=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA71BC is #258E43. Grayscale: #989898. Windows color (decimal): -2461252 or 12349914. OLE color: 12349914.
HSL color Cylindrical-coordinate representation of color #DA71BC: hue angle of 317.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA71BC is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 113 | 188 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.15 |
| HSL | 317.14º | 0.59% | 0.65% | - |
| HSV(B) | 317.14º | 0.48% | 0.85% | - |
| XYZ | 43.9 | 30.35 | 51.12 | - |
| YUV | 152.95 | 147.79 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 113 | 188 | 0 | 0.48 | 0.14 | 0.15 | 317.14 | 0.59 | 0.65 |
| Hex | DA | 71 | BC | 0 | 30 | E | F | 13D | 3B | 41 |
| Octal | 332 | 161 | 274 | 0 | 60 | 16 | 17 | 475 | 73 | 101 |
| Binary | 11011010 | 1110001 | 10111100 | 0 | 110000 | 1110 | 1111 | 100111101 | 111011 | 1000001 |
Color Harmonies of #DA71BC
Complementary color
Monochromatic Colors of #DA71BC
Black with #DA71BC
Text Example
Text Example
White with #DA71BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA71BC; }
p { color: rgb(218,113,188); }
H1.HeaderClassName
{
color: #DA71BC;
}
.AnyTagClassName
{
color: #DA71BC;
}
</style>
background-color css
<style>
a { background-color: #DA71BC; }
a { background-color: rgb(218,113,188); }
div.DivClassName
{
background-color: #DA71BC;
}
.BgClassName
{
background-color: #DA71BC;
}
</style>
border-color css
<style>
span { border-color: #DA71BC; }
span { border-color: rgb(218,113,188); }
td.TdClassName
{
border-color: #DA71BC;
}
.TagClassName
{
border-color: #DA71BC;
}
</style>