Shades of Orchid #DA70DD
Tints of Orchid #DA70DD
RGB
CMYK
RGB Variations
Color information
#DA70DD (or 0xDA70DD) is known color: Orchid. HEX triplet: DA, 70 and DD. RGB value is (218,112,221). Sum of RGB (Red+Green+Blue) = 218+112+221=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 112 (44.14% from 255 or 20.33% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA70DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA70DD is #258F22. Grayscale: #9B9B9B. Windows color (decimal): -2461475 or 14512346. OLE color: 14512346.
HSL color Cylindrical-coordinate representation of color #DA70DD: hue angle of 298.35º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA70DD is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 112 | 221 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.13 |
| HSL | 298.35º | 0.62% | 0.65% | - |
| HSV(B) | 298.35º | 0.49% | 0.87% | - |
| XYZ | 47.76 | 31.71 | 72.01 | - |
| YUV | 156.12 | 164.62 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 221 | 0.01 | 0.49 | 0 | 0.13 | 298.35 | 0.62 | 0.65 |
| Hex | DA | 70 | DD | 1 | 31 | 0 | D | 12A | 3E | 41 |
| Octal | 332 | 160 | 335 | 1 | 61 | 0 | 15 | 452 | 76 | 101 |
| Binary | 11011010 | 1110000 | 11011101 | 1 | 110001 | 0 | 1101 | 100101010 | 111110 | 1000001 |
Color Harmonies of #DA70DD
Complementary color
Monochromatic Colors of #DA70DD
Black with #DA70DD
Text Example
Text Example
White with #DA70DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA70DD; }
p { color: rgb(218,112,221); }
H1.HeaderClassName
{
color: #DA70DD;
}
.AnyTagClassName
{
color: #DA70DD;
}
</style>
background-color css
<style>
a { background-color: #DA70DD; }
a { background-color: rgb(218,112,221); }
div.DivClassName
{
background-color: #DA70DD;
}
.BgClassName
{
background-color: #DA70DD;
}
</style>
border-color css
<style>
span { border-color: #DA70DD; }
span { border-color: rgb(218,112,221); }
td.TdClassName
{
border-color: #DA70DD;
}
.TagClassName
{
border-color: #DA70DD;
}
</style>