Shades of Orchid #DA74C6
Tints of Orchid #DA74C6
RGB
CMYK
RGB Variations
Color information
#DA74C6 (or 0xDA74C6) is known color: Orchid. HEX triplet: DA, 74 and C6. RGB value is (218,116,198). Sum of RGB (Red+Green+Blue) = 218+116+198=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74C6 is #258B39. Grayscale: #9B9B9B. Windows color (decimal): -2460474 or 13006042. OLE color: 13006042.
HSL color Cylindrical-coordinate representation of color #DA74C6: hue angle of 311.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 #DA74C6 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 198 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.15 |
| HSL | 311.76º | 0.58% | 0.65% | - |
| HSV(B) | 311.76º | 0.47% | 0.85% | - |
| XYZ | 45.35 | 31.47 | 57.11 | - |
| YUV | 155.85 | 151.79 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 198 | 0 | 0.47 | 0.09 | 0.15 | 311.76 | 0.58 | 0.65 |
| Hex | DA | 74 | C6 | 0 | 2F | 9 | F | 138 | 3A | 41 |
| Octal | 332 | 164 | 306 | 0 | 57 | 11 | 17 | 470 | 72 | 101 |
| Binary | 11011010 | 1110100 | 11000110 | 0 | 101111 | 1001 | 1111 | 100111000 | 111010 | 1000001 |
Color Harmonies of #DA74C6
Complementary color
Monochromatic Colors of #DA74C6
Black with #DA74C6
Text Example
Text Example
White with #DA74C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA74C6; }
p { color: rgb(218,116,198); }
H1.HeaderClassName
{
color: #DA74C6;
}
.AnyTagClassName
{
color: #DA74C6;
}
</style>
background-color css
<style>
a { background-color: #DA74C6; }
a { background-color: rgb(218,116,198); }
div.DivClassName
{
background-color: #DA74C6;
}
.BgClassName
{
background-color: #DA74C6;
}
</style>
border-color css
<style>
span { border-color: #DA74C6; }
span { border-color: rgb(218,116,198); }
td.TdClassName
{
border-color: #DA74C6;
}
.TagClassName
{
border-color: #DA74C6;
}
</style>