Shades of Orchid #DA70BD
Tints of Orchid #DA70BD
RGB
CMYK
RGB Variations
Color information
#DA70BD (or 0xDA70BD) is known color: Orchid. HEX triplet: DA, 70 and BD. RGB value is (218,112,189). Sum of RGB (Red+Green+Blue) = 218+112+189=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA70BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA70BD is #258F42. Grayscale: #989898. Windows color (decimal): -2461507 or 12415194. OLE color: 12415194.
HSL color Cylindrical-coordinate representation of color #DA70BD: hue angle of 316.42º 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 #DA70BD is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 189 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.15 |
| HSL | 316.42º | 0.59% | 0.65% | - |
| HSV(B) | 316.42º | 0.49% | 0.85% | - |
| XYZ | 43.89 | 30.17 | 51.65 | - |
| YUV | 152.47 | 148.62 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 189 | 0 | 0.49 | 0.13 | 0.15 | 316.42 | 0.59 | 0.65 |
| Hex | DA | 70 | BD | 0 | 31 | D | F | 13C | 3B | 41 |
| Octal | 332 | 160 | 275 | 0 | 61 | 15 | 17 | 474 | 73 | 101 |
| Binary | 11011010 | 1110000 | 10111101 | 0 | 110001 | 1101 | 1111 | 100111100 | 111011 | 1000001 |
Color Harmonies of #DA70BD
Complementary color
Monochromatic Colors of #DA70BD
Black with #DA70BD
Text Example
Text Example
White with #DA70BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA70BD; }
p { color: rgb(218,112,189); }
H1.HeaderClassName
{
color: #DA70BD;
}
.AnyTagClassName
{
color: #DA70BD;
}
</style>
background-color css
<style>
a { background-color: #DA70BD; }
a { background-color: rgb(218,112,189); }
div.DivClassName
{
background-color: #DA70BD;
}
.BgClassName
{
background-color: #DA70BD;
}
</style>
border-color css
<style>
span { border-color: #DA70BD; }
span { border-color: rgb(218,112,189); }
td.TdClassName
{
border-color: #DA70BD;
}
.TagClassName
{
border-color: #DA70BD;
}
</style>