Shades of Orchid #DA76CF
Tints of Orchid #DA76CF
RGB
CMYK
RGB Variations
Color information
#DA76CF (or 0xDA76CF) is known color: Orchid. HEX triplet: DA, 76 and CF. RGB value is (218,118,207). Sum of RGB (Red+Green+Blue) = 218+118+207=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DA76CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA76CF is #258930. Grayscale: #9D9D9D. Windows color (decimal): -2459953 or 13596378. OLE color: 13596378.
HSL color Cylindrical-coordinate representation of color #DA76CF: hue angle of 306.6º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA76CF is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 207 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.15 |
| HSL | 306.6º | 0.57% | 0.66% | - |
| HSV(B) | 306.6º | 0.46% | 0.85% | - |
| XYZ | 46.65 | 32.37 | 62.82 | - |
| YUV | 158.05 | 155.63 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 207 | 0 | 0.46 | 0.05 | 0.15 | 306.6 | 0.57 | 0.66 |
| Hex | DA | 76 | CF | 0 | 2E | 5 | F | 133 | 39 | 42 |
| Octal | 332 | 166 | 317 | 0 | 56 | 5 | 17 | 463 | 71 | 102 |
| Binary | 11011010 | 1110110 | 11001111 | 0 | 101110 | 101 | 1111 | 100110011 | 111001 | 1000010 |
Color Harmonies of #DA76CF
Complementary color
Monochromatic Colors of #DA76CF
Black with #DA76CF
Text Example
Text Example
White with #DA76CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA76CF; }
p { color: rgb(218,118,207); }
H1.HeaderClassName
{
color: #DA76CF;
}
.AnyTagClassName
{
color: #DA76CF;
}
</style>
background-color css
<style>
a { background-color: #DA76CF; }
a { background-color: rgb(218,118,207); }
div.DivClassName
{
background-color: #DA76CF;
}
.BgClassName
{
background-color: #DA76CF;
}
</style>
border-color css
<style>
span { border-color: #DA76CF; }
span { border-color: rgb(218,118,207); }
td.TdClassName
{
border-color: #DA76CF;
}
.TagClassName
{
border-color: #DA76CF;
}
</style>