Shades of Orchid #DA74E1
Tints of Orchid #DA74E1
RGB
CMYK
RGB Variations
Color information
#DA74E1 (or 0xDA74E1) is known color: Orchid. HEX triplet: DA, 74 and E1. RGB value is (218,116,225). Sum of RGB (Red+Green+Blue) = 218+116+225=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA74E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74E1 is #258B1E. Grayscale: #9E9E9E. Windows color (decimal): -2460447 or 14775514. OLE color: 14775514.
HSL color Cylindrical-coordinate representation of color #DA74E1: hue angle of 296.15º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA74E1 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 116 | 225 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.12 |
| HSL | 296.15º | 0.64% | 0.67% | - |
| HSV(B) | 296.15º | 0.48% | 0.88% | - |
| XYZ | 48.75 | 32.83 | 75 | - |
| YUV | 158.92 | 165.29 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 225 | 0.03 | 0.48 | 0 | 0.12 | 296.15 | 0.64 | 0.67 |
| Hex | DA | 74 | E1 | 3 | 30 | 0 | C | 128 | 40 | 43 |
| Octal | 332 | 164 | 341 | 3 | 60 | 0 | 14 | 450 | 100 | 103 |
| Binary | 11011010 | 1110100 | 11100001 | 11 | 110000 | 0 | 1100 | 100101000 | 1000000 | 1000011 |
Color Harmonies of #DA74E1
Complementary color
Monochromatic Colors of #DA74E1
Black with #DA74E1
Text Example
Text Example
White with #DA74E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA74E1; }
p { color: rgb(218,116,225); }
H1.HeaderClassName
{
color: #DA74E1;
}
.AnyTagClassName
{
color: #DA74E1;
}
</style>
background-color css
<style>
a { background-color: #DA74E1; }
a { background-color: rgb(218,116,225); }
div.DivClassName
{
background-color: #DA74E1;
}
.BgClassName
{
background-color: #DA74E1;
}
</style>
border-color css
<style>
span { border-color: #DA74E1; }
span { border-color: rgb(218,116,225); }
td.TdClassName
{
border-color: #DA74E1;
}
.TagClassName
{
border-color: #DA74E1;
}
</style>