Shades of Orchid #DA80DC
Tints of Orchid #DA80DC
RGB
CMYK
RGB Variations
Color information
#DA80DC (or 0xDA80DC) is known color: Orchid. HEX triplet: DA, 80 and DC. RGB value is (218,128,220). Sum of RGB (Red+Green+Blue) = 218+128+220=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA80DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA80DC is #257F23. Grayscale: #A5A5A5. Windows color (decimal): -2457380 or 14450906. OLE color: 14450906.
HSL color Cylindrical-coordinate representation of color #DA80DC: hue angle of 298.7º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA80DC is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 128 | 220 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.14 |
| HSL | 298.7º | 0.57% | 0.68% | - |
| HSV(B) | 298.7º | 0.42% | 0.86% | - |
| XYZ | 49.55 | 35.51 | 71.95 | - |
| YUV | 165.4 | 158.82 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 220 | 0.01 | 0.42 | 0 | 0.14 | 298.7 | 0.57 | 0.68 |
| Hex | DA | 80 | DC | 1 | 2A | 0 | E | 12B | 39 | 44 |
| Octal | 332 | 200 | 334 | 1 | 52 | 0 | 16 | 453 | 71 | 104 |
| Binary | 11011010 | 10000000 | 11011100 | 1 | 101010 | 0 | 1110 | 100101011 | 111001 | 1000100 |
Color Harmonies of #DA80DC
Complementary color
Monochromatic Colors of #DA80DC
Black with #DA80DC
Text Example
Text Example
White with #DA80DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA80DC; }
p { color: rgb(218,128,220); }
H1.HeaderClassName
{
color: #DA80DC;
}
.AnyTagClassName
{
color: #DA80DC;
}
</style>
background-color css
<style>
a { background-color: #DA80DC; }
a { background-color: rgb(218,128,220); }
div.DivClassName
{
background-color: #DA80DC;
}
.BgClassName
{
background-color: #DA80DC;
}
</style>
border-color css
<style>
span { border-color: #DA80DC; }
span { border-color: rgb(218,128,220); }
td.TdClassName
{
border-color: #DA80DC;
}
.TagClassName
{
border-color: #DA80DC;
}
</style>