Shades of Orchid #DA7ADF
Tints of Orchid #DA7ADF
RGB
CMYK
RGB Variations
Color information
#DA7ADF (or 0xDA7ADF) is known color: Orchid. HEX triplet: DA, 7A and DF. RGB value is (218,122,223). Sum of RGB (Red+Green+Blue) = 218+122+223=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 122 (48.05% from 255 or 21.67% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA7ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7ADF is #258520. Grayscale: #A1A1A1. Windows color (decimal): -2458913 or 14645978. OLE color: 14645978.
HSL color Cylindrical-coordinate representation of color #DA7ADF: hue angle of 297.03º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA7ADF is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 122 | 223 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.13 |
| HSL | 297.03º | 0.61% | 0.68% | - |
| HSV(B) | 297.03º | 0.45% | 0.87% | - |
| XYZ | 49.19 | 34.15 | 73.81 | - |
| YUV | 162.22 | 162.3 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 223 | 0.02 | 0.45 | 0 | 0.13 | 297.03 | 0.61 | 0.68 |
| Hex | DA | 7A | DF | 2 | 2D | 0 | D | 129 | 3D | 44 |
| Octal | 332 | 172 | 337 | 2 | 55 | 0 | 15 | 451 | 75 | 104 |
| Binary | 11011010 | 1111010 | 11011111 | 10 | 101101 | 0 | 1101 | 100101001 | 111101 | 1000100 |
Color Harmonies of #DA7ADF
Complementary color
Monochromatic Colors of #DA7ADF
Black with #DA7ADF
Text Example
Text Example
White with #DA7ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7ADF; }
p { color: rgb(218,122,223); }
H1.HeaderClassName
{
color: #DA7ADF;
}
.AnyTagClassName
{
color: #DA7ADF;
}
</style>
background-color css
<style>
a { background-color: #DA7ADF; }
a { background-color: rgb(218,122,223); }
div.DivClassName
{
background-color: #DA7ADF;
}
.BgClassName
{
background-color: #DA7ADF;
}
</style>
border-color css
<style>
span { border-color: #DA7ADF; }
span { border-color: rgb(218,122,223); }
td.TdClassName
{
border-color: #DA7ADF;
}
.TagClassName
{
border-color: #DA7ADF;
}
</style>