Shades of Orchid #DA75CE
Tints of Orchid #DA75CE
RGB
CMYK
RGB Variations
Color information
#DA75CE (or 0xDA75CE) is known color: Orchid. HEX triplet: DA, 75 and CE. RGB value is (218,117,206). Sum of RGB (Red+Green+Blue) = 218+117+206=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA75CE is #258A31. Grayscale: #9D9D9D. Windows color (decimal): -2460210 or 13530586. OLE color: 13530586.
HSL color Cylindrical-coordinate representation of color #DA75CE: hue angle of 307.13º 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 #DA75CE is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 206 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.15 |
| HSL | 307.13º | 0.58% | 0.66% | - |
| HSV(B) | 307.13º | 0.46% | 0.85% | - |
| XYZ | 46.42 | 32.08 | 62.14 | - |
| YUV | 157.35 | 155.46 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 206 | 0 | 0.46 | 0.06 | 0.15 | 307.13 | 0.58 | 0.66 |
| Hex | DA | 75 | CE | 0 | 2E | 6 | F | 133 | 3A | 42 |
| Octal | 332 | 165 | 316 | 0 | 56 | 6 | 17 | 463 | 72 | 102 |
| Binary | 11011010 | 1110101 | 11001110 | 0 | 101110 | 110 | 1111 | 100110011 | 111010 | 1000010 |
Color Harmonies of #DA75CE
Complementary color
Monochromatic Colors of #DA75CE
Black with #DA75CE
Text Example
Text Example
White with #DA75CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA75CE; }
p { color: rgb(218,117,206); }
H1.HeaderClassName
{
color: #DA75CE;
}
.AnyTagClassName
{
color: #DA75CE;
}
</style>
background-color css
<style>
a { background-color: #DA75CE; }
a { background-color: rgb(218,117,206); }
div.DivClassName
{
background-color: #DA75CE;
}
.BgClassName
{
background-color: #DA75CE;
}
</style>
border-color css
<style>
span { border-color: #DA75CE; }
span { border-color: rgb(218,117,206); }
td.TdClassName
{
border-color: #DA75CE;
}
.TagClassName
{
border-color: #DA75CE;
}
</style>