Shades of Orchid #DA73E7
Tints of Orchid #DA73E7
RGB
CMYK
RGB Variations
Color information
#DA73E7 (or 0xDA73E7) is known color: Orchid. HEX triplet: DA, 73 and E7. RGB value is (218,115,231). Sum of RGB (Red+Green+Blue) = 218+115+231=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 115 (45.31% from 255 or 20.39% from 564); Blue value is 231 (90.62% from 255 or 40.96% from 564); Max value from RGB is 231 - color contains mainly: blue. Hex color #DA73E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA73E7 is #258C18. Grayscale: #9E9E9E. Windows color (decimal): -2460697 or 15168474. OLE color: 15168474.
HSL color Cylindrical-coordinate representation of color #DA73E7: hue angle of 293.28º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA73E7 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 115 | 231 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.09 |
| HSL | 293.28º | 0.71% | 0.68% | - |
| HSV(B) | 293.28º | 0.5% | 0.91% | - |
| XYZ | 49.47 | 32.94 | 79.35 | - |
| YUV | 159.02 | 168.62 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 231 | 0.06 | 0.50 | 0 | 0.09 | 293.28 | 0.71 | 0.68 |
| Hex | DA | 73 | E7 | 6 | 32 | 0 | 9 | 125 | 47 | 44 |
| Octal | 332 | 163 | 347 | 6 | 62 | 0 | 11 | 445 | 107 | 104 |
| Binary | 11011010 | 1110011 | 11100111 | 110 | 110010 | 0 | 1001 | 100100101 | 1000111 | 1000100 |
Color Harmonies of #DA73E7
Complementary color
Monochromatic Colors of #DA73E7
Black with #DA73E7
Text Example
Text Example
White with #DA73E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA73E7; }
p { color: rgb(218,115,231); }
H1.HeaderClassName
{
color: #DA73E7;
}
.AnyTagClassName
{
color: #DA73E7;
}
</style>
background-color css
<style>
a { background-color: #DA73E7; }
a { background-color: rgb(218,115,231); }
div.DivClassName
{
background-color: #DA73E7;
}
.BgClassName
{
background-color: #DA73E7;
}
</style>
border-color css
<style>
span { border-color: #DA73E7; }
span { border-color: rgb(218,115,231); }
td.TdClassName
{
border-color: #DA73E7;
}
.TagClassName
{
border-color: #DA73E7;
}
</style>