Shades of Orchid #DA82C7
Tints of Orchid #DA82C7
RGB
CMYK
RGB Variations
Color information
#DA82C7 (or 0xDA82C7) is known color: Orchid. HEX triplet: DA, 82 and C7. RGB value is (218,130,199). Sum of RGB (Red+Green+Blue) = 218+130+199=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 199 (78.12% from 255 or 36.38% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DA82C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA82C7 is #257D38. Grayscale: #A3A3A3. Windows color (decimal): -2456889 or 13075162. OLE color: 13075162.
HSL color Cylindrical-coordinate representation of color #DA82C7: hue angle of 312.95º 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 #DA82C7 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 199 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.15 |
| HSL | 312.95º | 0.54% | 0.68% | - |
| HSV(B) | 312.95º | 0.4% | 0.85% | - |
| XYZ | 47.2 | 34.99 | 58.3 | - |
| YUV | 164.18 | 147.65 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 199 | 0 | 0.40 | 0.09 | 0.15 | 312.95 | 0.54 | 0.68 |
| Hex | DA | 82 | C7 | 0 | 28 | 9 | F | 139 | 36 | 44 |
| Octal | 332 | 202 | 307 | 0 | 50 | 11 | 17 | 471 | 66 | 104 |
| Binary | 11011010 | 10000010 | 11000111 | 0 | 101000 | 1001 | 1111 | 100111001 | 110110 | 1000100 |
Color Harmonies of #DA82C7
Complementary color
Monochromatic Colors of #DA82C7
Black with #DA82C7
Text Example
Text Example
White with #DA82C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA82C7; }
p { color: rgb(218,130,199); }
H1.HeaderClassName
{
color: #DA82C7;
}
.AnyTagClassName
{
color: #DA82C7;
}
</style>
background-color css
<style>
a { background-color: #DA82C7; }
a { background-color: rgb(218,130,199); }
div.DivClassName
{
background-color: #DA82C7;
}
.BgClassName
{
background-color: #DA82C7;
}
</style>
border-color css
<style>
span { border-color: #DA82C7; }
span { border-color: rgb(218,130,199); }
td.TdClassName
{
border-color: #DA82C7;
}
.TagClassName
{
border-color: #DA82C7;
}
</style>