Shades of Orchid #DA70E9
Tints of Orchid #DA70E9
RGB
CMYK
RGB Variations
Color information
#DA70E9 (or 0xDA70E9) is known color: Orchid. HEX triplet: DA, 70 and E9. RGB value is (218,112,233). Sum of RGB (Red+Green+Blue) = 218+112+233=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 112 (44.14% from 255 or 19.89% from 563); Blue value is 233 (91.41% from 255 or 41.39% from 563); Max value from RGB is 233 - color contains mainly: blue. Hex color #DA70E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA70E9 is #258F16. Grayscale: #9D9D9D. Windows color (decimal): -2461463 or 15298778. OLE color: 15298778.
HSL color Cylindrical-coordinate representation of color #DA70E9: hue angle of 292.56º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA70E9 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 112 | 233 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.09 |
| HSL | 292.56º | 0.73% | 0.68% | - |
| HSV(B) | 292.56º | 0.52% | 0.91% | - |
| XYZ | 49.42 | 32.38 | 80.74 | - |
| YUV | 157.49 | 170.62 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 233 | 0.06 | 0.52 | 0 | 0.09 | 292.56 | 0.73 | 0.68 |
| Hex | DA | 70 | E9 | 6 | 34 | 0 | 9 | 125 | 49 | 44 |
| Octal | 332 | 160 | 351 | 6 | 64 | 0 | 11 | 445 | 111 | 104 |
| Binary | 11011010 | 1110000 | 11101001 | 110 | 110100 | 0 | 1001 | 100100101 | 1001001 | 1000100 |
Color Harmonies of #DA70E9
Complementary color
Monochromatic Colors of #DA70E9
Black with #DA70E9
Text Example
Text Example
White with #DA70E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA70E9; }
p { color: rgb(218,112,233); }
H1.HeaderClassName
{
color: #DA70E9;
}
.AnyTagClassName
{
color: #DA70E9;
}
</style>
background-color css
<style>
a { background-color: #DA70E9; }
a { background-color: rgb(218,112,233); }
div.DivClassName
{
background-color: #DA70E9;
}
.BgClassName
{
background-color: #DA70E9;
}
</style>
border-color css
<style>
span { border-color: #DA70E9; }
span { border-color: rgb(218,112,233); }
td.TdClassName
{
border-color: #DA70E9;
}
.TagClassName
{
border-color: #DA70E9;
}
</style>