Shades of Orchid #DA78D9
Tints of Orchid #DA78D9
RGB
CMYK
RGB Variations
Color information
#DA78D9 (or 0xDA78D9) is known color: Orchid. HEX triplet: DA, 78 and D9. RGB value is (218,120,217). Sum of RGB (Red+Green+Blue) = 218+120+217=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 120 (47.27% from 255 or 21.62% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DA78D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA78D9 is #258726. Grayscale: #A0A0A0. Windows color (decimal): -2459431 or 14252250. OLE color: 14252250.
HSL color Cylindrical-coordinate representation of color #DA78D9: hue angle of 300.61º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA78D9 is Cyan = 0, Magento = 0.45, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 217 | - |
| CMYK | 0 | 0.45 | 0.00 | 0.15 |
| HSL | 300.61º | 0.57% | 0.66% | - |
| HSV(B) | 300.61º | 0.45% | 0.85% | - |
| XYZ | 48.15 | 33.35 | 69.54 | - |
| YUV | 160.36 | 159.97 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 217 | 0 | 0.45 | 0.00 | 0.15 | 300.61 | 0.57 | 0.66 |
| Hex | DA | 78 | D9 | 0 | 2D | 0 | F | 12D | 39 | 42 |
| Octal | 332 | 170 | 331 | 0 | 55 | 0 | 17 | 455 | 71 | 102 |
| Binary | 11011010 | 1111000 | 11011001 | 0 | 101101 | 0 | 1111 | 100101101 | 111001 | 1000010 |
Color Harmonies of #DA78D9
Complementary color
Monochromatic Colors of #DA78D9
Black with #DA78D9
Text Example
Text Example
White with #DA78D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA78D9; }
p { color: rgb(218,120,217); }
H1.HeaderClassName
{
color: #DA78D9;
}
.AnyTagClassName
{
color: #DA78D9;
}
</style>
background-color css
<style>
a { background-color: #DA78D9; }
a { background-color: rgb(218,120,217); }
div.DivClassName
{
background-color: #DA78D9;
}
.BgClassName
{
background-color: #DA78D9;
}
</style>
border-color css
<style>
span { border-color: #DA78D9; }
span { border-color: rgb(218,120,217); }
td.TdClassName
{
border-color: #DA78D9;
}
.TagClassName
{
border-color: #DA78D9;
}
</style>