Shades of Orchid #DA78DF
Tints of Orchid #DA78DF
RGB
CMYK
RGB Variations
Color information
#DA78DF (or 0xDA78DF) is known color: Orchid. HEX triplet: DA, 78 and DF. RGB value is (218,120,223). Sum of RGB (Red+Green+Blue) = 218+120+223=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 120 (47.27% from 255 or 21.39% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA78DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA78DF is #258720. Grayscale: #A0A0A0. Windows color (decimal): -2459425 or 14645466. OLE color: 14645466.
HSL color Cylindrical-coordinate representation of color #DA78DF: hue angle of 297.09º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA78DF is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 120 | 223 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.13 |
| HSL | 297.09º | 0.62% | 0.67% | - |
| HSV(B) | 297.09º | 0.46% | 0.87% | - |
| XYZ | 48.95 | 33.67 | 73.73 | - |
| YUV | 161.04 | 162.97 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 223 | 0.02 | 0.46 | 0 | 0.13 | 297.09 | 0.62 | 0.67 |
| Hex | DA | 78 | DF | 2 | 2E | 0 | D | 129 | 3E | 43 |
| Octal | 332 | 170 | 337 | 2 | 56 | 0 | 15 | 451 | 76 | 103 |
| Binary | 11011010 | 1111000 | 11011111 | 10 | 101110 | 0 | 1101 | 100101001 | 111110 | 1000011 |
Color Harmonies of #DA78DF
Complementary color
Monochromatic Colors of #DA78DF
Black with #DA78DF
Text Example
Text Example
White with #DA78DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA78DF; }
p { color: rgb(218,120,223); }
H1.HeaderClassName
{
color: #DA78DF;
}
.AnyTagClassName
{
color: #DA78DF;
}
</style>
background-color css
<style>
a { background-color: #DA78DF; }
a { background-color: rgb(218,120,223); }
div.DivClassName
{
background-color: #DA78DF;
}
.BgClassName
{
background-color: #DA78DF;
}
</style>
border-color css
<style>
span { border-color: #DA78DF; }
span { border-color: rgb(218,120,223); }
td.TdClassName
{
border-color: #DA78DF;
}
.TagClassName
{
border-color: #DA78DF;
}
</style>