Shades of Orchid #DA70E2
Tints of Orchid #DA70E2
RGB
CMYK
RGB Variations
Color information
#DA70E2 (or 0xDA70E2) is known color: Orchid. HEX triplet: DA, 70 and E2. RGB value is (218,112,226). Sum of RGB (Red+Green+Blue) = 218+112+226=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 226 (88.67% from 255 or 40.65% from 556); Max value from RGB is 226 - color contains mainly: blue. Hex color #DA70E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA70E2 is #258F1D. Grayscale: #9C9C9C. Windows color (decimal): -2461470 or 14840026. OLE color: 14840026.
HSL color Cylindrical-coordinate representation of color #DA70E2: hue angle of 295.79º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA70E2 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 112 | 226 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.11 |
| HSL | 295.79º | 0.66% | 0.66% | - |
| HSV(B) | 295.79º | 0.5% | 0.89% | - |
| XYZ | 48.44 | 31.98 | 75.57 | - |
| YUV | 156.69 | 167.12 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 226 | 0.04 | 0.50 | 0 | 0.11 | 295.79 | 0.66 | 0.66 |
| Hex | DA | 70 | E2 | 4 | 32 | 0 | B | 128 | 42 | 42 |
| Octal | 332 | 160 | 342 | 4 | 62 | 0 | 13 | 450 | 102 | 102 |
| Binary | 11011010 | 1110000 | 11100010 | 100 | 110010 | 0 | 1011 | 100101000 | 1000010 | 1000010 |
Color Harmonies of #DA70E2
Complementary color
Monochromatic Colors of #DA70E2
Black with #DA70E2
Text Example
Text Example
White with #DA70E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA70E2; }
p { color: rgb(218,112,226); }
H1.HeaderClassName
{
color: #DA70E2;
}
.AnyTagClassName
{
color: #DA70E2;
}
</style>
background-color css
<style>
a { background-color: #DA70E2; }
a { background-color: rgb(218,112,226); }
div.DivClassName
{
background-color: #DA70E2;
}
.BgClassName
{
background-color: #DA70E2;
}
</style>
border-color css
<style>
span { border-color: #DA70E2; }
span { border-color: rgb(218,112,226); }
td.TdClassName
{
border-color: #DA70E2;
}
.TagClassName
{
border-color: #DA70E2;
}
</style>