Shades of Orchid #DA71C7
Tints of Orchid #DA71C7
RGB
CMYK
RGB Variations
Color information
#DA71C7 (or 0xDA71C7) is known color: Orchid. HEX triplet: DA, 71 and C7. RGB value is (218,113,199). Sum of RGB (Red+Green+Blue) = 218+113+199=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 199 (78.12% from 255 or 37.55% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA71C7 is #258E38. Grayscale: #999999. Windows color (decimal): -2461241 or 13070810. OLE color: 13070810.
HSL color Cylindrical-coordinate representation of color #DA71C7: hue angle of 310.86º 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 #DA71C7 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 113 | 199 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.15 |
| HSL | 310.86º | 0.59% | 0.65% | - |
| HSV(B) | 310.86º | 0.48% | 0.85% | - |
| XYZ | 45.13 | 30.84 | 57.61 | - |
| YUV | 154.2 | 153.29 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 113 | 199 | 0 | 0.48 | 0.09 | 0.15 | 310.86 | 0.59 | 0.65 |
| Hex | DA | 71 | C7 | 0 | 30 | 9 | F | 137 | 3B | 41 |
| Octal | 332 | 161 | 307 | 0 | 60 | 11 | 17 | 467 | 73 | 101 |
| Binary | 11011010 | 1110001 | 11000111 | 0 | 110000 | 1001 | 1111 | 100110111 | 111011 | 1000001 |
Color Harmonies of #DA71C7
Complementary color
Monochromatic Colors of #DA71C7
Black with #DA71C7
Text Example
Text Example
White with #DA71C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA71C7; }
p { color: rgb(218,113,199); }
H1.HeaderClassName
{
color: #DA71C7;
}
.AnyTagClassName
{
color: #DA71C7;
}
</style>
background-color css
<style>
a { background-color: #DA71C7; }
a { background-color: rgb(218,113,199); }
div.DivClassName
{
background-color: #DA71C7;
}
.BgClassName
{
background-color: #DA71C7;
}
</style>
border-color css
<style>
span { border-color: #DA71C7; }
span { border-color: rgb(218,113,199); }
td.TdClassName
{
border-color: #DA71C7;
}
.TagClassName
{
border-color: #DA71C7;
}
</style>