Shades of Orchid #DA78CE
Tints of Orchid #DA78CE
RGB
CMYK
RGB Variations
Color information
#DA78CE (or 0xDA78CE) is known color: Orchid. HEX triplet: DA, 78 and CE. RGB value is (218,120,206). Sum of RGB (Red+Green+Blue) = 218+120+206=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DA78CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA78CE is #258731. Grayscale: #9E9E9E. Windows color (decimal): -2459442 or 13531354. OLE color: 13531354.
HSL color Cylindrical-coordinate representation of color #DA78CE: hue angle of 307.35º 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 #DA78CE is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 206 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.15 |
| HSL | 307.35º | 0.57% | 0.66% | - |
| HSV(B) | 307.35º | 0.45% | 0.85% | - |
| XYZ | 46.77 | 32.79 | 62.26 | - |
| YUV | 159.11 | 154.47 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 206 | 0 | 0.45 | 0.06 | 0.15 | 307.35 | 0.57 | 0.66 |
| Hex | DA | 78 | CE | 0 | 2D | 6 | F | 133 | 39 | 42 |
| Octal | 332 | 170 | 316 | 0 | 55 | 6 | 17 | 463 | 71 | 102 |
| Binary | 11011010 | 1111000 | 11001110 | 0 | 101101 | 110 | 1111 | 100110011 | 111001 | 1000010 |
Color Harmonies of #DA78CE
Complementary color
Monochromatic Colors of #DA78CE
Black with #DA78CE
Text Example
Text Example
White with #DA78CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA78CE; }
p { color: rgb(218,120,206); }
H1.HeaderClassName
{
color: #DA78CE;
}
.AnyTagClassName
{
color: #DA78CE;
}
</style>
background-color css
<style>
a { background-color: #DA78CE; }
a { background-color: rgb(218,120,206); }
div.DivClassName
{
background-color: #DA78CE;
}
.BgClassName
{
background-color: #DA78CE;
}
</style>
border-color css
<style>
span { border-color: #DA78CE; }
span { border-color: rgb(218,120,206); }
td.TdClassName
{
border-color: #DA78CE;
}
.TagClassName
{
border-color: #DA78CE;
}
</style>