Shades of Orchid #DA74C0
Tints of Orchid #DA74C0
RGB
CMYK
RGB Variations
Color information
#DA74C0 (or 0xDA74C0) is known color: Orchid. HEX triplet: DA, 74 and C0. RGB value is (218,116,192). Sum of RGB (Red+Green+Blue) = 218+116+192=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74C0 is #258B3F. Grayscale: #9A9A9A. Windows color (decimal): -2460480 or 12612826. OLE color: 12612826.
HSL color Cylindrical-coordinate representation of color #DA74C0: hue angle of 315.29º 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 #DA74C0 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 192 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.15 |
| HSL | 315.29º | 0.58% | 0.65% | - |
| HSV(B) | 315.29º | 0.47% | 0.85% | - |
| XYZ | 44.67 | 31.2 | 53.54 | - |
| YUV | 155.16 | 148.79 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 192 | 0 | 0.47 | 0.12 | 0.15 | 315.29 | 0.58 | 0.65 |
| Hex | DA | 74 | C0 | 0 | 2F | C | F | 13B | 3A | 41 |
| Octal | 332 | 164 | 300 | 0 | 57 | 14 | 17 | 473 | 72 | 101 |
| Binary | 11011010 | 1110100 | 11000000 | 0 | 101111 | 1100 | 1111 | 100111011 | 111010 | 1000001 |
Color Harmonies of #DA74C0
Complementary color
Monochromatic Colors of #DA74C0
Black with #DA74C0
Text Example
Text Example
White with #DA74C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA74C0; }
p { color: rgb(218,116,192); }
H1.HeaderClassName
{
color: #DA74C0;
}
.AnyTagClassName
{
color: #DA74C0;
}
</style>
background-color css
<style>
a { background-color: #DA74C0; }
a { background-color: rgb(218,116,192); }
div.DivClassName
{
background-color: #DA74C0;
}
.BgClassName
{
background-color: #DA74C0;
}
</style>
border-color css
<style>
span { border-color: #DA74C0; }
span { border-color: rgb(218,116,192); }
td.TdClassName
{
border-color: #DA74C0;
}
.TagClassName
{
border-color: #DA74C0;
}
</style>