Shades of Orchid #DA72CE
Tints of Orchid #DA72CE
RGB
CMYK
RGB Variations
Color information
#DA72CE (or 0xDA72CE) is known color: Orchid. HEX triplet: DA, 72 and CE. RGB value is (218,114,206). Sum of RGB (Red+Green+Blue) = 218+114+206=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 114 (44.92% from 255 or 21.19% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DA72CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA72CE is #258D31. Grayscale: #9B9B9B. Windows color (decimal): -2460978 or 13529818. OLE color: 13529818.
HSL color Cylindrical-coordinate representation of color #DA72CE: hue angle of 306.92º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA72CE is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 114 | 206 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.15 |
| HSL | 306.92º | 0.58% | 0.65% | - |
| HSV(B) | 306.92º | 0.48% | 0.85% | - |
| XYZ | 46.07 | 31.4 | 62.02 | - |
| YUV | 155.58 | 156.46 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 114 | 206 | 0 | 0.48 | 0.06 | 0.15 | 306.92 | 0.58 | 0.65 |
| Hex | DA | 72 | CE | 0 | 30 | 6 | F | 133 | 3A | 41 |
| Octal | 332 | 162 | 316 | 0 | 60 | 6 | 17 | 463 | 72 | 101 |
| Binary | 11011010 | 1110010 | 11001110 | 0 | 110000 | 110 | 1111 | 100110011 | 111010 | 1000001 |
Color Harmonies of #DA72CE
Complementary color
Monochromatic Colors of #DA72CE
Black with #DA72CE
Text Example
Text Example
White with #DA72CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA72CE; }
p { color: rgb(218,114,206); }
H1.HeaderClassName
{
color: #DA72CE;
}
.AnyTagClassName
{
color: #DA72CE;
}
</style>
background-color css
<style>
a { background-color: #DA72CE; }
a { background-color: rgb(218,114,206); }
div.DivClassName
{
background-color: #DA72CE;
}
.BgClassName
{
background-color: #DA72CE;
}
</style>
border-color css
<style>
span { border-color: #DA72CE; }
span { border-color: rgb(218,114,206); }
td.TdClassName
{
border-color: #DA72CE;
}
.TagClassName
{
border-color: #DA72CE;
}
</style>