Shades of Orchid #DA70DA
Tints of Orchid #DA70DA
RGB
CMYK
RGB Variations
Color information
#DA70DA (or 0xDA70DA) is known color: Orchid. HEX triplet: DA, 70 and DA. RGB value is (218,112,218). Sum of RGB (Red+Green+Blue) = 218+112+218=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 112 (44.14% from 255 or 20.44% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA70DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA70DA is #258F25. Grayscale: #9B9B9B. Windows color (decimal): -2461478 or 14315738. OLE color: 14315738.
HSL color Cylindrical-coordinate representation of color #DA70DA: hue angle of 300º 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 #DA70DA is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 218 | - |
| CMYK | 0 | 0.49 | 0 | 0.15 |
| HSL | 300º | 0.59% | 0.65% | - |
| HSV(B) | 300º | 0.49% | 0.85% | - |
| XYZ | 47.36 | 31.56 | 69.92 | - |
| YUV | 155.78 | 163.12 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 218 | 0 | 0.49 | 0 | 0.15 | 300 | 0.59 | 0.65 |
| Hex | DA | 70 | DA | 0 | 31 | 0 | F | 12C | 3B | 41 |
| Octal | 332 | 160 | 332 | 0 | 61 | 0 | 17 | 454 | 73 | 101 |
| Binary | 11011010 | 1110000 | 11011010 | 0 | 110001 | 0 | 1111 | 100101100 | 111011 | 1000001 |
Color Harmonies of #DA70DA
Complementary color
Monochromatic Colors of #DA70DA
Black with #DA70DA
Text Example
Text Example
White with #DA70DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA70DA; }
p { color: rgb(218,112,218); }
H1.HeaderClassName
{
color: #DA70DA;
}
.AnyTagClassName
{
color: #DA70DA;
}
</style>
background-color css
<style>
a { background-color: #DA70DA; }
a { background-color: rgb(218,112,218); }
div.DivClassName
{
background-color: #DA70DA;
}
.BgClassName
{
background-color: #DA70DA;
}
</style>
border-color css
<style>
span { border-color: #DA70DA; }
span { border-color: rgb(218,112,218); }
td.TdClassName
{
border-color: #DA70DA;
}
.TagClassName
{
border-color: #DA70DA;
}
</style>