Shades of Orchid #DA70E1
Tints of Orchid #DA70E1
RGB
CMYK
RGB Variations
Color information
#DA70E1 (or 0xDA70E1) is known color: Orchid. HEX triplet: DA, 70 and E1. RGB value is (218,112,225). Sum of RGB (Red+Green+Blue) = 218+112+225=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 112 (44.14% from 255 or 20.18% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA70E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA70E1 is #258F1E. Grayscale: #9C9C9C. Windows color (decimal): -2461471 or 14774490. OLE color: 14774490.
HSL color Cylindrical-coordinate representation of color #DA70E1: hue angle of 296.28º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA70E1 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 112 | 225 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.12 |
| HSL | 296.28º | 0.65% | 0.66% | - |
| HSV(B) | 296.28º | 0.5% | 0.88% | - |
| XYZ | 48.3 | 31.93 | 74.85 | - |
| YUV | 156.58 | 166.62 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 225 | 0.03 | 0.50 | 0 | 0.12 | 296.28 | 0.65 | 0.66 |
| Hex | DA | 70 | E1 | 3 | 32 | 0 | C | 128 | 41 | 42 |
| Octal | 332 | 160 | 341 | 3 | 62 | 0 | 14 | 450 | 101 | 102 |
| Binary | 11011010 | 1110000 | 11100001 | 11 | 110010 | 0 | 1100 | 100101000 | 1000001 | 1000010 |
Color Harmonies of #DA70E1
Complementary color
Monochromatic Colors of #DA70E1
Black with #DA70E1
Text Example
Text Example
White with #DA70E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA70E1; }
p { color: rgb(218,112,225); }
H1.HeaderClassName
{
color: #DA70E1;
}
.AnyTagClassName
{
color: #DA70E1;
}
</style>
background-color css
<style>
a { background-color: #DA70E1; }
a { background-color: rgb(218,112,225); }
div.DivClassName
{
background-color: #DA70E1;
}
.BgClassName
{
background-color: #DA70E1;
}
</style>
border-color css
<style>
span { border-color: #DA70E1; }
span { border-color: rgb(218,112,225); }
td.TdClassName
{
border-color: #DA70E1;
}
.TagClassName
{
border-color: #DA70E1;
}
</style>