Shades of Orchid #DA73C1
Tints of Orchid #DA73C1
RGB
CMYK
RGB Variations
Color information
#DA73C1 (or 0xDA73C1) is known color: Orchid. HEX triplet: DA, 73 and C1. RGB value is (218,115,193). Sum of RGB (Red+Green+Blue) = 218+115+193=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73C1 is #258C3E. Grayscale: #9A9A9A. Windows color (decimal): -2460735 or 12678106. OLE color: 12678106.
HSL color Cylindrical-coordinate representation of color #DA73C1: hue angle of 314.56º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA73C1 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 193 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.15 |
| HSL | 314.56º | 0.58% | 0.65% | - |
| HSV(B) | 314.56º | 0.47% | 0.85% | - |
| XYZ | 44.67 | 31.02 | 54.08 | - |
| YUV | 154.69 | 149.62 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 193 | 0 | 0.47 | 0.11 | 0.15 | 314.56 | 0.58 | 0.65 |
| Hex | DA | 73 | C1 | 0 | 2F | B | F | 13B | 3A | 41 |
| Octal | 332 | 163 | 301 | 0 | 57 | 13 | 17 | 473 | 72 | 101 |
| Binary | 11011010 | 1110011 | 11000001 | 0 | 101111 | 1011 | 1111 | 100111011 | 111010 | 1000001 |
Color Harmonies of #DA73C1
Complementary color
Monochromatic Colors of #DA73C1
Black with #DA73C1
Text Example
Text Example
White with #DA73C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA73C1; }
p { color: rgb(218,115,193); }
H1.HeaderClassName
{
color: #DA73C1;
}
.AnyTagClassName
{
color: #DA73C1;
}
</style>
background-color css
<style>
a { background-color: #DA73C1; }
a { background-color: rgb(218,115,193); }
div.DivClassName
{
background-color: #DA73C1;
}
.BgClassName
{
background-color: #DA73C1;
}
</style>
border-color css
<style>
span { border-color: #DA73C1; }
span { border-color: rgb(218,115,193); }
td.TdClassName
{
border-color: #DA73C1;
}
.TagClassName
{
border-color: #DA73C1;
}
</style>