Shades of Orchid #DA71C2
Tints of Orchid #DA71C2
RGB
CMYK
RGB Variations
Color information
#DA71C2 (or 0xDA71C2) is known color: Orchid. HEX triplet: DA, 71 and C2. RGB value is (218,113,194). Sum of RGB (Red+Green+Blue) = 218+113+194=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA71C2 is #258E3D. Grayscale: #999999. Windows color (decimal): -2461246 or 12743130. OLE color: 12743130.
HSL color Cylindrical-coordinate representation of color #DA71C2: hue angle of 313.71º 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 #DA71C2 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 113 | 194 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.15 |
| HSL | 313.71º | 0.59% | 0.65% | - |
| HSV(B) | 313.71º | 0.48% | 0.85% | - |
| XYZ | 44.56 | 30.61 | 54.6 | - |
| YUV | 153.63 | 150.79 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 113 | 194 | 0 | 0.48 | 0.11 | 0.15 | 313.71 | 0.59 | 0.65 |
| Hex | DA | 71 | C2 | 0 | 30 | B | F | 13A | 3B | 41 |
| Octal | 332 | 161 | 302 | 0 | 60 | 13 | 17 | 472 | 73 | 101 |
| Binary | 11011010 | 1110001 | 11000010 | 0 | 110000 | 1011 | 1111 | 100111010 | 111011 | 1000001 |
Color Harmonies of #DA71C2
Complementary color
Monochromatic Colors of #DA71C2
Black with #DA71C2
Text Example
Text Example
White with #DA71C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA71C2; }
p { color: rgb(218,113,194); }
H1.HeaderClassName
{
color: #DA71C2;
}
.AnyTagClassName
{
color: #DA71C2;
}
</style>
background-color css
<style>
a { background-color: #DA71C2; }
a { background-color: rgb(218,113,194); }
div.DivClassName
{
background-color: #DA71C2;
}
.BgClassName
{
background-color: #DA71C2;
}
</style>
border-color css
<style>
span { border-color: #DA71C2; }
span { border-color: rgb(218,113,194); }
td.TdClassName
{
border-color: #DA71C2;
}
.TagClassName
{
border-color: #DA71C2;
}
</style>