Shades of Orchid #DA82CF
Tints of Orchid #DA82CF
RGB
CMYK
RGB Variations
Color information
#DA82CF (or 0xDA82CF) is known color: Orchid. HEX triplet: DA, 82 and CF. RGB value is (218,130,207). Sum of RGB (Red+Green+Blue) = 218+130+207=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DA82CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA82CF is #257D30. Grayscale: #A4A4A4. Windows color (decimal): -2456881 or 13599450. OLE color: 13599450.
HSL color Cylindrical-coordinate representation of color #DA82CF: hue angle of 307.5º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA82CF is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 207 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.15 |
| HSL | 307.5º | 0.54% | 0.68% | - |
| HSV(B) | 307.5º | 0.4% | 0.85% | - |
| XYZ | 48.16 | 35.38 | 63.32 | - |
| YUV | 165.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 207 | 0 | 0.40 | 0.05 | 0.15 | 307.5 | 0.54 | 0.68 |
| Hex | DA | 82 | CF | 0 | 28 | 5 | F | 134 | 36 | 44 |
| Octal | 332 | 202 | 317 | 0 | 50 | 5 | 17 | 464 | 66 | 104 |
| Binary | 11011010 | 10000010 | 11001111 | 0 | 101000 | 101 | 1111 | 100110100 | 110110 | 1000100 |
Color Harmonies of #DA82CF
Complementary color
Monochromatic Colors of #DA82CF
Black with #DA82CF
Text Example
Text Example
White with #DA82CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA82CF; }
p { color: rgb(218,130,207); }
H1.HeaderClassName
{
color: #DA82CF;
}
.AnyTagClassName
{
color: #DA82CF;
}
</style>
background-color css
<style>
a { background-color: #DA82CF; }
a { background-color: rgb(218,130,207); }
div.DivClassName
{
background-color: #DA82CF;
}
.BgClassName
{
background-color: #DA82CF;
}
</style>
border-color css
<style>
span { border-color: #DA82CF; }
span { border-color: rgb(218,130,207); }
td.TdClassName
{
border-color: #DA82CF;
}
.TagClassName
{
border-color: #DA82CF;
}
</style>