Shades of Orchid #DA71C3
Tints of Orchid #DA71C3
RGB
CMYK
RGB Variations
Color information
#DA71C3 (or 0xDA71C3) is known color: Orchid. HEX triplet: DA, 71 and C3. RGB value is (218,113,195). Sum of RGB (Red+Green+Blue) = 218+113+195=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 113 (44.53% from 255 or 21.48% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA71C3 is #258E3C. Grayscale: #999999. Windows color (decimal): -2461245 or 12808666. OLE color: 12808666.
HSL color Cylindrical-coordinate representation of color #DA71C3: hue angle of 313.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 #DA71C3 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 113 | 195 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.15 |
| HSL | 313.14º | 0.59% | 0.65% | - |
| HSV(B) | 313.14º | 0.48% | 0.85% | - |
| XYZ | 44.67 | 30.66 | 55.19 | - |
| YUV | 153.74 | 151.29 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 113 | 195 | 0 | 0.48 | 0.11 | 0.15 | 313.14 | 0.59 | 0.65 |
| Hex | DA | 71 | C3 | 0 | 30 | B | F | 139 | 3B | 41 |
| Octal | 332 | 161 | 303 | 0 | 60 | 13 | 17 | 471 | 73 | 101 |
| Binary | 11011010 | 1110001 | 11000011 | 0 | 110000 | 1011 | 1111 | 100111001 | 111011 | 1000001 |
Color Harmonies of #DA71C3
Complementary color
Monochromatic Colors of #DA71C3
Black with #DA71C3
Text Example
Text Example
White with #DA71C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA71C3; }
p { color: rgb(218,113,195); }
H1.HeaderClassName
{
color: #DA71C3;
}
.AnyTagClassName
{
color: #DA71C3;
}
</style>
background-color css
<style>
a { background-color: #DA71C3; }
a { background-color: rgb(218,113,195); }
div.DivClassName
{
background-color: #DA71C3;
}
.BgClassName
{
background-color: #DA71C3;
}
</style>
border-color css
<style>
span { border-color: #DA71C3; }
span { border-color: rgb(218,113,195); }
td.TdClassName
{
border-color: #DA71C3;
}
.TagClassName
{
border-color: #DA71C3;
}
</style>