Shades of Orchid #DA7FD2
Tints of Orchid #DA7FD2
RGB
CMYK
RGB Variations
Color information
#DA7FD2 (or 0xDA7FD2) is known color: Orchid. HEX triplet: DA, 7F and D2. RGB value is (218,127,210). Sum of RGB (Red+Green+Blue) = 218+127+210=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FD2 is #25802D. Grayscale: #A3A3A3. Windows color (decimal): -2457646 or 13795290. OLE color: 13795290.
HSL color Cylindrical-coordinate representation of color #DA7FD2: hue angle of 305.27º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7FD2 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 127 | 210 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.15 |
| HSL | 305.27º | 0.55% | 0.68% | - |
| HSV(B) | 305.27º | 0.42% | 0.85% | - |
| XYZ | 48.14 | 34.74 | 65.14 | - |
| YUV | 163.67 | 154.15 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 127 | 210 | 0 | 0.42 | 0.04 | 0.15 | 305.27 | 0.55 | 0.68 |
| Hex | DA | 7F | D2 | 0 | 2A | 4 | F | 131 | 37 | 44 |
| Octal | 332 | 177 | 322 | 0 | 52 | 4 | 17 | 461 | 67 | 104 |
| Binary | 11011010 | 1111111 | 11010010 | 0 | 101010 | 100 | 1111 | 100110001 | 110111 | 1000100 |
Color Harmonies of #DA7FD2
Complementary color
Monochromatic Colors of #DA7FD2
Black with #DA7FD2
Text Example
Text Example
White with #DA7FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7FD2; }
p { color: rgb(218,127,210); }
H1.HeaderClassName
{
color: #DA7FD2;
}
.AnyTagClassName
{
color: #DA7FD2;
}
</style>
background-color css
<style>
a { background-color: #DA7FD2; }
a { background-color: rgb(218,127,210); }
div.DivClassName
{
background-color: #DA7FD2;
}
.BgClassName
{
background-color: #DA7FD2;
}
</style>
border-color css
<style>
span { border-color: #DA7FD2; }
span { border-color: rgb(218,127,210); }
td.TdClassName
{
border-color: #DA7FD2;
}
.TagClassName
{
border-color: #DA7FD2;
}
</style>