Shades of Orchid #DA74E4
Tints of Orchid #DA74E4
RGB
CMYK
RGB Variations
Color information
#DA74E4 (or 0xDA74E4) is known color: Orchid. HEX triplet: DA, 74 and E4. RGB value is (218,116,228). Sum of RGB (Red+Green+Blue) = 218+116+228=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 116 (45.70% from 255 or 20.64% from 562); Blue value is 228 (89.45% from 255 or 40.57% from 562); Max value from RGB is 228 - color contains mainly: blue. Hex color #DA74E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74E4 is #258B1B. Grayscale: #9E9E9E. Windows color (decimal): -2460444 or 14972122. OLE color: 14972122.
HSL color Cylindrical-coordinate representation of color #DA74E4: hue angle of 294.64º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA74E4 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 116 | 228 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.11 |
| HSL | 294.64º | 0.67% | 0.67% | - |
| HSV(B) | 294.64º | 0.49% | 0.89% | - |
| XYZ | 49.16 | 33 | 77.18 | - |
| YUV | 159.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 228 | 0.04 | 0.49 | 0 | 0.11 | 294.64 | 0.67 | 0.67 |
| Hex | DA | 74 | E4 | 4 | 31 | 0 | B | 127 | 43 | 43 |
| Octal | 332 | 164 | 344 | 4 | 61 | 0 | 13 | 447 | 103 | 103 |
| Binary | 11011010 | 1110100 | 11100100 | 100 | 110001 | 0 | 1011 | 100100111 | 1000011 | 1000011 |
Color Harmonies of #DA74E4
Complementary color
Monochromatic Colors of #DA74E4
Black with #DA74E4
Text Example
Text Example
White with #DA74E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA74E4; }
p { color: rgb(218,116,228); }
H1.HeaderClassName
{
color: #DA74E4;
}
.AnyTagClassName
{
color: #DA74E4;
}
</style>
background-color css
<style>
a { background-color: #DA74E4; }
a { background-color: rgb(218,116,228); }
div.DivClassName
{
background-color: #DA74E4;
}
.BgClassName
{
background-color: #DA74E4;
}
</style>
border-color css
<style>
span { border-color: #DA74E4; }
span { border-color: rgb(218,116,228); }
td.TdClassName
{
border-color: #DA74E4;
}
.TagClassName
{
border-color: #DA74E4;
}
</style>