Shades of Orchid #DA7AD4
Tints of Orchid #DA7AD4
RGB
CMYK
RGB Variations
Color information
#DA7AD4 (or 0xDA7AD4) is known color: Orchid. HEX triplet: DA, 7A and D4. RGB value is (218,122,212). Sum of RGB (Red+Green+Blue) = 218+122+212=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 212 (83.20% from 255 or 38.41% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7AD4 is #25852B. Grayscale: #A0A0A0. Windows color (decimal): -2458924 or 13925082. OLE color: 13925082.
HSL color Cylindrical-coordinate representation of color #DA7AD4: hue angle of 303.75º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7AD4 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 122 | 212 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.15 |
| HSL | 303.75º | 0.56% | 0.67% | - |
| HSV(B) | 303.75º | 0.44% | 0.85% | - |
| XYZ | 47.76 | 33.58 | 66.25 | - |
| YUV | 160.96 | 156.8 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 212 | 0 | 0.44 | 0.03 | 0.15 | 303.75 | 0.56 | 0.67 |
| Hex | DA | 7A | D4 | 0 | 2C | 3 | F | 130 | 38 | 43 |
| Octal | 332 | 172 | 324 | 0 | 54 | 3 | 17 | 460 | 70 | 103 |
| Binary | 11011010 | 1111010 | 11010100 | 0 | 101100 | 11 | 1111 | 100110000 | 111000 | 1000011 |
Color Harmonies of #DA7AD4
Complementary color
Monochromatic Colors of #DA7AD4
Black with #DA7AD4
Text Example
Text Example
White with #DA7AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7AD4; }
p { color: rgb(218,122,212); }
H1.HeaderClassName
{
color: #DA7AD4;
}
.AnyTagClassName
{
color: #DA7AD4;
}
</style>
background-color css
<style>
a { background-color: #DA7AD4; }
a { background-color: rgb(218,122,212); }
div.DivClassName
{
background-color: #DA7AD4;
}
.BgClassName
{
background-color: #DA7AD4;
}
</style>
border-color css
<style>
span { border-color: #DA7AD4; }
span { border-color: rgb(218,122,212); }
td.TdClassName
{
border-color: #DA7AD4;
}
.TagClassName
{
border-color: #DA7AD4;
}
</style>