Shades of Orchid #DA70D7
Tints of Orchid #DA70D7
RGB
CMYK
RGB Variations
Color information
#DA70D7 (or 0xDA70D7) is known color: Orchid. HEX triplet: DA, 70 and D7. RGB value is (218,112,215). Sum of RGB (Red+Green+Blue) = 218+112+215=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DA70D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA70D7 is #258F28. Grayscale: #9B9B9B. Windows color (decimal): -2461481 or 14119130. OLE color: 14119130.
HSL color Cylindrical-coordinate representation of color #DA70D7: hue angle of 301.7º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA70D7 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 215 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.15 |
| HSL | 301.7º | 0.59% | 0.65% | - |
| HSV(B) | 301.7º | 0.49% | 0.85% | - |
| XYZ | 46.97 | 31.4 | 67.88 | - |
| YUV | 155.44 | 161.62 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 215 | 0 | 0.49 | 0.01 | 0.15 | 301.7 | 0.59 | 0.65 |
| Hex | DA | 70 | D7 | 0 | 31 | 1 | F | 12E | 3B | 41 |
| Octal | 332 | 160 | 327 | 0 | 61 | 1 | 17 | 456 | 73 | 101 |
| Binary | 11011010 | 1110000 | 11010111 | 0 | 110001 | 1 | 1111 | 100101110 | 111011 | 1000001 |
Color Harmonies of #DA70D7
Complementary color
Monochromatic Colors of #DA70D7
Black with #DA70D7
Text Example
Text Example
White with #DA70D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA70D7; }
p { color: rgb(218,112,215); }
H1.HeaderClassName
{
color: #DA70D7;
}
.AnyTagClassName
{
color: #DA70D7;
}
</style>
background-color css
<style>
a { background-color: #DA70D7; }
a { background-color: rgb(218,112,215); }
div.DivClassName
{
background-color: #DA70D7;
}
.BgClassName
{
background-color: #DA70D7;
}
</style>
border-color css
<style>
span { border-color: #DA70D7; }
span { border-color: rgb(218,112,215); }
td.TdClassName
{
border-color: #DA70D7;
}
.TagClassName
{
border-color: #DA70D7;
}
</style>