Shades of Orchid #DA74BC
Tints of Orchid #DA74BC
RGB
CMYK
RGB Variations
Color information
#DA74BC (or 0xDA74BC) is known color: Orchid. HEX triplet: DA, 74 and BC. RGB value is (218,116,188). Sum of RGB (Red+Green+Blue) = 218+116+188=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74BC is #258B43. Grayscale: #9A9A9A. Windows color (decimal): -2460484 or 12350682. OLE color: 12350682.
HSL color Cylindrical-coordinate representation of color #DA74BC: hue angle of 317.65º 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 #DA74BC is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 188 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.15 |
| HSL | 317.65º | 0.58% | 0.65% | - |
| HSV(B) | 317.65º | 0.47% | 0.85% | - |
| XYZ | 44.24 | 31.03 | 51.23 | - |
| YUV | 154.71 | 146.79 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 188 | 0 | 0.47 | 0.14 | 0.15 | 317.65 | 0.58 | 0.65 |
| Hex | DA | 74 | BC | 0 | 2F | E | F | 13E | 3A | 41 |
| Octal | 332 | 164 | 274 | 0 | 57 | 16 | 17 | 476 | 72 | 101 |
| Binary | 11011010 | 1110100 | 10111100 | 0 | 101111 | 1110 | 1111 | 100111110 | 111010 | 1000001 |
Color Harmonies of #DA74BC
Complementary color
Monochromatic Colors of #DA74BC
Black with #DA74BC
Text Example
Text Example
White with #DA74BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA74BC; }
p { color: rgb(218,116,188); }
H1.HeaderClassName
{
color: #DA74BC;
}
.AnyTagClassName
{
color: #DA74BC;
}
</style>
background-color css
<style>
a { background-color: #DA74BC; }
a { background-color: rgb(218,116,188); }
div.DivClassName
{
background-color: #DA74BC;
}
.BgClassName
{
background-color: #DA74BC;
}
</style>
border-color css
<style>
span { border-color: #DA74BC; }
span { border-color: rgb(218,116,188); }
td.TdClassName
{
border-color: #DA74BC;
}
.TagClassName
{
border-color: #DA74BC;
}
</style>