Shades of Orchid #DA80CF
Tints of Orchid #DA80CF
RGB
CMYK
RGB Variations
Color information
#DA80CF (or 0xDA80CF) is known color: Orchid. HEX triplet: DA, 80 and CF. RGB value is (218,128,207). Sum of RGB (Red+Green+Blue) = 218+128+207=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DA80CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA80CF is #257F30. Grayscale: #A3A3A3. Windows color (decimal): -2457393 or 13598938. OLE color: 13598938.
HSL color Cylindrical-coordinate representation of color #DA80CF: hue angle of 307.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 #DA80CF is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 207 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.15 |
| HSL | 307.33º | 0.55% | 0.68% | - |
| HSV(B) | 307.33º | 0.41% | 0.85% | - |
| XYZ | 47.9 | 34.85 | 63.23 | - |
| YUV | 163.92 | 152.32 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 207 | 0 | 0.41 | 0.05 | 0.15 | 307.33 | 0.55 | 0.68 |
| Hex | DA | 80 | CF | 0 | 29 | 5 | F | 133 | 37 | 44 |
| Octal | 332 | 200 | 317 | 0 | 51 | 5 | 17 | 463 | 67 | 104 |
| Binary | 11011010 | 10000000 | 11001111 | 0 | 101001 | 101 | 1111 | 100110011 | 110111 | 1000100 |
Color Harmonies of #DA80CF
Complementary color
Monochromatic Colors of #DA80CF
Black with #DA80CF
Text Example
Text Example
White with #DA80CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA80CF; }
p { color: rgb(218,128,207); }
H1.HeaderClassName
{
color: #DA80CF;
}
.AnyTagClassName
{
color: #DA80CF;
}
</style>
background-color css
<style>
a { background-color: #DA80CF; }
a { background-color: rgb(218,128,207); }
div.DivClassName
{
background-color: #DA80CF;
}
.BgClassName
{
background-color: #DA80CF;
}
</style>
border-color css
<style>
span { border-color: #DA80CF; }
span { border-color: rgb(218,128,207); }
td.TdClassName
{
border-color: #DA80CF;
}
.TagClassName
{
border-color: #DA80CF;
}
</style>