Shades of Orchid #DA74D7
Tints of Orchid #DA74D7
RGB
CMYK
RGB Variations
Color information
#DA74D7 (or 0xDA74D7) is known color: Orchid. HEX triplet: DA, 74 and D7. RGB value is (218,116,215). Sum of RGB (Red+Green+Blue) = 218+116+215=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74D7 is #258B28. Grayscale: #9D9D9D. Windows color (decimal): -2460457 or 14120154. OLE color: 14120154.
HSL color Cylindrical-coordinate representation of color #DA74D7: hue angle of 301.76º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA74D7 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 215 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.15 |
| HSL | 301.76º | 0.58% | 0.65% | - |
| HSV(B) | 301.76º | 0.47% | 0.85% | - |
| XYZ | 47.42 | 32.3 | 68.03 | - |
| YUV | 157.78 | 160.29 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 215 | 0 | 0.47 | 0.01 | 0.15 | 301.76 | 0.58 | 0.65 |
| Hex | DA | 74 | D7 | 0 | 2F | 1 | F | 12E | 3A | 41 |
| Octal | 332 | 164 | 327 | 0 | 57 | 1 | 17 | 456 | 72 | 101 |
| Binary | 11011010 | 1110100 | 11010111 | 0 | 101111 | 1 | 1111 | 100101110 | 111010 | 1000001 |
Color Harmonies of #DA74D7
Complementary color
Monochromatic Colors of #DA74D7
Black with #DA74D7
Text Example
Text Example
White with #DA74D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA74D7; }
p { color: rgb(218,116,215); }
H1.HeaderClassName
{
color: #DA74D7;
}
.AnyTagClassName
{
color: #DA74D7;
}
</style>
background-color css
<style>
a { background-color: #DA74D7; }
a { background-color: rgb(218,116,215); }
div.DivClassName
{
background-color: #DA74D7;
}
.BgClassName
{
background-color: #DA74D7;
}
</style>
border-color css
<style>
span { border-color: #DA74D7; }
span { border-color: rgb(218,116,215); }
td.TdClassName
{
border-color: #DA74D7;
}
.TagClassName
{
border-color: #DA74D7;
}
</style>