Shades of Orchid #DA71D4
Tints of Orchid #DA71D4
RGB
CMYK
RGB Variations
Color information
#DA71D4 (or 0xDA71D4) is known color: Orchid. HEX triplet: DA, 71 and D4. RGB value is (218,113,212). Sum of RGB (Red+Green+Blue) = 218+113+212=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 113 (44.53% from 255 or 20.81% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA71D4 is #258E2B. Grayscale: #9B9B9B. Windows color (decimal): -2461228 or 13922778. OLE color: 13922778.
HSL color Cylindrical-coordinate representation of color #DA71D4: hue angle of 303.43º 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 #DA71D4 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 113 | 212 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.15 |
| HSL | 303.43º | 0.59% | 0.65% | - |
| HSV(B) | 303.43º | 0.48% | 0.85% | - |
| XYZ | 46.7 | 31.47 | 65.9 | - |
| YUV | 155.68 | 159.79 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 113 | 212 | 0 | 0.48 | 0.03 | 0.15 | 303.43 | 0.59 | 0.65 |
| Hex | DA | 71 | D4 | 0 | 30 | 3 | F | 12F | 3B | 41 |
| Octal | 332 | 161 | 324 | 0 | 60 | 3 | 17 | 457 | 73 | 101 |
| Binary | 11011010 | 1110001 | 11010100 | 0 | 110000 | 11 | 1111 | 100101111 | 111011 | 1000001 |
Color Harmonies of #DA71D4
Complementary color
Monochromatic Colors of #DA71D4
Black with #DA71D4
Text Example
Text Example
White with #DA71D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA71D4; }
p { color: rgb(218,113,212); }
H1.HeaderClassName
{
color: #DA71D4;
}
.AnyTagClassName
{
color: #DA71D4;
}
</style>
background-color css
<style>
a { background-color: #DA71D4; }
a { background-color: rgb(218,113,212); }
div.DivClassName
{
background-color: #DA71D4;
}
.BgClassName
{
background-color: #DA71D4;
}
</style>
border-color css
<style>
span { border-color: #DA71D4; }
span { border-color: rgb(218,113,212); }
td.TdClassName
{
border-color: #DA71D4;
}
.TagClassName
{
border-color: #DA71D4;
}
</style>