Shades of Orchid #DA72D7
Tints of Orchid #DA72D7
RGB
CMYK
RGB Variations
Color information
#DA72D7 (or 0xDA72D7) is known color: Orchid. HEX triplet: DA, 72 and D7. RGB value is (218,114,215). Sum of RGB (Red+Green+Blue) = 218+114+215=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DA72D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA72D7 is #258D28. Grayscale: #9C9C9C. Windows color (decimal): -2460969 or 14119642. OLE color: 14119642.
HSL color Cylindrical-coordinate representation of color #DA72D7: hue angle of 301.73º 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 #DA72D7 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 114 | 215 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.15 |
| HSL | 301.73º | 0.58% | 0.65% | - |
| HSV(B) | 301.73º | 0.48% | 0.85% | - |
| XYZ | 47.2 | 31.85 | 67.95 | - |
| YUV | 156.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 114 | 215 | 0 | 0.48 | 0.01 | 0.15 | 301.73 | 0.58 | 0.65 |
| Hex | DA | 72 | D7 | 0 | 30 | 1 | F | 12E | 3A | 41 |
| Octal | 332 | 162 | 327 | 0 | 60 | 1 | 17 | 456 | 72 | 101 |
| Binary | 11011010 | 1110010 | 11010111 | 0 | 110000 | 1 | 1111 | 100101110 | 111010 | 1000001 |
Color Harmonies of #DA72D7
Complementary color
Monochromatic Colors of #DA72D7
Black with #DA72D7
Text Example
Text Example
White with #DA72D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA72D7; }
p { color: rgb(218,114,215); }
H1.HeaderClassName
{
color: #DA72D7;
}
.AnyTagClassName
{
color: #DA72D7;
}
</style>
background-color css
<style>
a { background-color: #DA72D7; }
a { background-color: rgb(218,114,215); }
div.DivClassName
{
background-color: #DA72D7;
}
.BgClassName
{
background-color: #DA72D7;
}
</style>
border-color css
<style>
span { border-color: #DA72D7; }
span { border-color: rgb(218,114,215); }
td.TdClassName
{
border-color: #DA72D7;
}
.TagClassName
{
border-color: #DA72D7;
}
</style>