Shades of Orchid #DA78E5
Tints of Orchid #DA78E5
RGB
CMYK
RGB Variations
Color information
#DA78E5 (or 0xDA78E5) is known color: Orchid. HEX triplet: DA, 78 and E5. RGB value is (218,120,229). Sum of RGB (Red+Green+Blue) = 218+120+229=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 120 (47.27% from 255 or 21.16% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA78E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA78E5 is #25871A. Grayscale: #A1A1A1. Windows color (decimal): -2459419 or 15038682. OLE color: 15038682.
HSL color Cylindrical-coordinate representation of color #DA78E5: hue angle of 293.94º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA78E5 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 120 | 229 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.10 |
| HSL | 293.94º | 0.68% | 0.68% | - |
| HSV(B) | 293.94º | 0.48% | 0.9% | - |
| XYZ | 49.77 | 34 | 78.07 | - |
| YUV | 161.73 | 165.97 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 229 | 0.05 | 0.48 | 0 | 0.10 | 293.94 | 0.68 | 0.68 |
| Hex | DA | 78 | E5 | 5 | 30 | 0 | A | 126 | 44 | 44 |
| Octal | 332 | 170 | 345 | 5 | 60 | 0 | 12 | 446 | 104 | 104 |
| Binary | 11011010 | 1111000 | 11100101 | 101 | 110000 | 0 | 1010 | 100100110 | 1000100 | 1000100 |
Color Harmonies of #DA78E5
Complementary color
Monochromatic Colors of #DA78E5
Black with #DA78E5
Text Example
Text Example
White with #DA78E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA78E5; }
p { color: rgb(218,120,229); }
H1.HeaderClassName
{
color: #DA78E5;
}
.AnyTagClassName
{
color: #DA78E5;
}
</style>
background-color css
<style>
a { background-color: #DA78E5; }
a { background-color: rgb(218,120,229); }
div.DivClassName
{
background-color: #DA78E5;
}
.BgClassName
{
background-color: #DA78E5;
}
</style>
border-color css
<style>
span { border-color: #DA78E5; }
span { border-color: rgb(218,120,229); }
td.TdClassName
{
border-color: #DA78E5;
}
.TagClassName
{
border-color: #DA78E5;
}
</style>