Shades of Orchid #DA75D1
Tints of Orchid #DA75D1
RGB
CMYK
RGB Variations
Color information
#DA75D1 (or 0xDA75D1) is known color: Orchid. HEX triplet: DA, 75 and D1. RGB value is (218,117,209). Sum of RGB (Red+Green+Blue) = 218+117+209=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA75D1 is #258A2E. Grayscale: #9D9D9D. Windows color (decimal): -2460207 or 13727194. OLE color: 13727194.
HSL color Cylindrical-coordinate representation of color #DA75D1: hue angle of 305.35º degrees, saturation: 0.58, 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 #DA75D1 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 209 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.15 |
| HSL | 305.35º | 0.58% | 0.66% | - |
| HSV(B) | 305.35º | 0.46% | 0.85% | - |
| XYZ | 46.78 | 32.23 | 64.08 | - |
| YUV | 157.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 209 | 0 | 0.46 | 0.04 | 0.15 | 305.35 | 0.58 | 0.66 |
| Hex | DA | 75 | D1 | 0 | 2E | 4 | F | 131 | 3A | 42 |
| Octal | 332 | 165 | 321 | 0 | 56 | 4 | 17 | 461 | 72 | 102 |
| Binary | 11011010 | 1110101 | 11010001 | 0 | 101110 | 100 | 1111 | 100110001 | 111010 | 1000010 |
Color Harmonies of #DA75D1
Complementary color
Monochromatic Colors of #DA75D1
Black with #DA75D1
Text Example
Text Example
White with #DA75D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA75D1; }
p { color: rgb(218,117,209); }
H1.HeaderClassName
{
color: #DA75D1;
}
.AnyTagClassName
{
color: #DA75D1;
}
</style>
background-color css
<style>
a { background-color: #DA75D1; }
a { background-color: rgb(218,117,209); }
div.DivClassName
{
background-color: #DA75D1;
}
.BgClassName
{
background-color: #DA75D1;
}
</style>
border-color css
<style>
span { border-color: #DA75D1; }
span { border-color: rgb(218,117,209); }
td.TdClassName
{
border-color: #DA75D1;
}
.TagClassName
{
border-color: #DA75D1;
}
</style>