Shades of Orchid #DA74CE
Tints of Orchid #DA74CE
RGB
CMYK
RGB Variations
Color information
#DA74CE (or 0xDA74CE) is known color: Orchid. HEX triplet: DA, 74 and CE. RGB value is (218,116,206). Sum of RGB (Red+Green+Blue) = 218+116+206=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 116 (45.70% from 255 or 21.48% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74CE is #258B31. Grayscale: #9C9C9C. Windows color (decimal): -2460466 or 13530330. OLE color: 13530330.
HSL color Cylindrical-coordinate representation of color #DA74CE: hue angle of 307.06º 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 #DA74CE is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 206 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.15 |
| HSL | 307.06º | 0.58% | 0.65% | - |
| HSV(B) | 307.06º | 0.47% | 0.85% | - |
| XYZ | 46.3 | 31.85 | 62.1 | - |
| YUV | 156.76 | 155.79 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 206 | 0 | 0.47 | 0.06 | 0.15 | 307.06 | 0.58 | 0.65 |
| Hex | DA | 74 | CE | 0 | 2F | 6 | F | 133 | 3A | 41 |
| Octal | 332 | 164 | 316 | 0 | 57 | 6 | 17 | 463 | 72 | 101 |
| Binary | 11011010 | 1110100 | 11001110 | 0 | 101111 | 110 | 1111 | 100110011 | 111010 | 1000001 |
Color Harmonies of #DA74CE
Complementary color
Monochromatic Colors of #DA74CE
Black with #DA74CE
Text Example
Text Example
White with #DA74CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA74CE; }
p { color: rgb(218,116,206); }
H1.HeaderClassName
{
color: #DA74CE;
}
.AnyTagClassName
{
color: #DA74CE;
}
</style>
background-color css
<style>
a { background-color: #DA74CE; }
a { background-color: rgb(218,116,206); }
div.DivClassName
{
background-color: #DA74CE;
}
.BgClassName
{
background-color: #DA74CE;
}
</style>
border-color css
<style>
span { border-color: #DA74CE; }
span { border-color: rgb(218,116,206); }
td.TdClassName
{
border-color: #DA74CE;
}
.TagClassName
{
border-color: #DA74CE;
}
</style>