Shades of Orchid #DA72C4
Tints of Orchid #DA72C4
RGB
CMYK
RGB Variations
Color information
#DA72C4 (or 0xDA72C4) is known color: Orchid. HEX triplet: DA, 72 and C4. RGB value is (218,114,196). Sum of RGB (Red+Green+Blue) = 218+114+196=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DA72C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA72C4 is #258D3B. Grayscale: #9A9A9A. Windows color (decimal): -2460988 or 12874458. OLE color: 12874458.
HSL color Cylindrical-coordinate representation of color #DA72C4: hue angle of 312.69º 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 #DA72C4 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 114 | 196 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.15 |
| HSL | 312.69º | 0.58% | 0.65% | - |
| HSV(B) | 312.69º | 0.48% | 0.85% | - |
| XYZ | 44.89 | 30.93 | 55.83 | - |
| YUV | 154.44 | 151.46 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 114 | 196 | 0 | 0.48 | 0.10 | 0.15 | 312.69 | 0.58 | 0.65 |
| Hex | DA | 72 | C4 | 0 | 30 | A | F | 139 | 3A | 41 |
| Octal | 332 | 162 | 304 | 0 | 60 | 12 | 17 | 471 | 72 | 101 |
| Binary | 11011010 | 1110010 | 11000100 | 0 | 110000 | 1010 | 1111 | 100111001 | 111010 | 1000001 |
Color Harmonies of #DA72C4
Complementary color
Monochromatic Colors of #DA72C4
Black with #DA72C4
Text Example
Text Example
White with #DA72C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA72C4; }
p { color: rgb(218,114,196); }
H1.HeaderClassName
{
color: #DA72C4;
}
.AnyTagClassName
{
color: #DA72C4;
}
</style>
background-color css
<style>
a { background-color: #DA72C4; }
a { background-color: rgb(218,114,196); }
div.DivClassName
{
background-color: #DA72C4;
}
.BgClassName
{
background-color: #DA72C4;
}
</style>
border-color css
<style>
span { border-color: #DA72C4; }
span { border-color: rgb(218,114,196); }
td.TdClassName
{
border-color: #DA72C4;
}
.TagClassName
{
border-color: #DA72C4;
}
</style>