Shades of Orchid #DA70CE
Tints of Orchid #DA70CE
RGB
CMYK
RGB Variations
Color information
#DA70CE (or 0xDA70CE) is known color: Orchid. HEX triplet: DA, 70 and CE. RGB value is (218,112,206). Sum of RGB (Red+Green+Blue) = 218+112+206=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DA70CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA70CE is #258F31. Grayscale: #9A9A9A. Windows color (decimal): -2461490 or 13529306. OLE color: 13529306.
HSL color Cylindrical-coordinate representation of color #DA70CE: hue angle of 306.79º 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 #DA70CE is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 206 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.15 |
| HSL | 306.79º | 0.59% | 0.65% | - |
| HSV(B) | 306.79º | 0.49% | 0.85% | - |
| XYZ | 45.85 | 30.95 | 61.95 | - |
| YUV | 154.41 | 157.12 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 206 | 0 | 0.49 | 0.06 | 0.15 | 306.79 | 0.59 | 0.65 |
| Hex | DA | 70 | CE | 0 | 31 | 6 | F | 133 | 3B | 41 |
| Octal | 332 | 160 | 316 | 0 | 61 | 6 | 17 | 463 | 73 | 101 |
| Binary | 11011010 | 1110000 | 11001110 | 0 | 110001 | 110 | 1111 | 100110011 | 111011 | 1000001 |
Color Harmonies of #DA70CE
Complementary color
Monochromatic Colors of #DA70CE
Black with #DA70CE
Text Example
Text Example
White with #DA70CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA70CE; }
p { color: rgb(218,112,206); }
H1.HeaderClassName
{
color: #DA70CE;
}
.AnyTagClassName
{
color: #DA70CE;
}
</style>
background-color css
<style>
a { background-color: #DA70CE; }
a { background-color: rgb(218,112,206); }
div.DivClassName
{
background-color: #DA70CE;
}
.BgClassName
{
background-color: #DA70CE;
}
</style>
border-color css
<style>
span { border-color: #DA70CE; }
span { border-color: rgb(218,112,206); }
td.TdClassName
{
border-color: #DA70CE;
}
.TagClassName
{
border-color: #DA70CE;
}
</style>