Shades of Orchid #DA80C6
Tints of Orchid #DA80C6
RGB
CMYK
RGB Variations
Color information
#DA80C6 (or 0xDA80C6) is known color: Orchid. HEX triplet: DA, 80 and C6. RGB value is (218,128,198). Sum of RGB (Red+Green+Blue) = 218+128+198=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DA80C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA80C6 is #257F39. Grayscale: #A2A2A2. Windows color (decimal): -2457402 or 13009114. OLE color: 13009114.
HSL color Cylindrical-coordinate representation of color #DA80C6: hue angle of 313.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA80C6 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 198 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.15 |
| HSL | 313.33º | 0.55% | 0.68% | - |
| HSV(B) | 313.33º | 0.41% | 0.85% | - |
| XYZ | 46.83 | 34.42 | 57.6 | - |
| YUV | 162.89 | 147.82 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 198 | 0 | 0.41 | 0.09 | 0.15 | 313.33 | 0.55 | 0.68 |
| Hex | DA | 80 | C6 | 0 | 29 | 9 | F | 139 | 37 | 44 |
| Octal | 332 | 200 | 306 | 0 | 51 | 11 | 17 | 471 | 67 | 104 |
| Binary | 11011010 | 10000000 | 11000110 | 0 | 101001 | 1001 | 1111 | 100111001 | 110111 | 1000100 |
Color Harmonies of #DA80C6
Complementary color
Monochromatic Colors of #DA80C6
Black with #DA80C6
Text Example
Text Example
White with #DA80C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA80C6; }
p { color: rgb(218,128,198); }
H1.HeaderClassName
{
color: #DA80C6;
}
.AnyTagClassName
{
color: #DA80C6;
}
</style>
background-color css
<style>
a { background-color: #DA80C6; }
a { background-color: rgb(218,128,198); }
div.DivClassName
{
background-color: #DA80C6;
}
.BgClassName
{
background-color: #DA80C6;
}
</style>
border-color css
<style>
span { border-color: #DA80C6; }
span { border-color: rgb(218,128,198); }
td.TdClassName
{
border-color: #DA80C6;
}
.TagClassName
{
border-color: #DA80C6;
}
</style>