Shades of Orchid #DA72E6
Tints of Orchid #DA72E6
RGB
CMYK
RGB Variations
Color information
#DA72E6 (or 0xDA72E6) is known color: Orchid. HEX triplet: DA, 72 and E6. RGB value is (218,114,230). Sum of RGB (Red+Green+Blue) = 218+114+230=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 114 (44.92% from 255 or 20.28% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #DA72E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA72E6 is #258D19. Grayscale: #9D9D9D. Windows color (decimal): -2460954 or 15102682. OLE color: 15102682.
HSL color Cylindrical-coordinate representation of color #DA72E6: hue angle of 293.79º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA72E6 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 114 | 230 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.10 |
| HSL | 293.79º | 0.7% | 0.67% | - |
| HSV(B) | 293.79º | 0.5% | 0.9% | - |
| XYZ | 49.21 | 32.65 | 78.57 | - |
| YUV | 158.32 | 168.46 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 114 | 230 | 0.05 | 0.50 | 0 | 0.10 | 293.79 | 0.7 | 0.67 |
| Hex | DA | 72 | E6 | 5 | 32 | 0 | A | 126 | 46 | 43 |
| Octal | 332 | 162 | 346 | 5 | 62 | 0 | 12 | 446 | 106 | 103 |
| Binary | 11011010 | 1110010 | 11100110 | 101 | 110010 | 0 | 1010 | 100100110 | 1000110 | 1000011 |
Color Harmonies of #DA72E6
Complementary color
Monochromatic Colors of #DA72E6
Black with #DA72E6
Text Example
Text Example
White with #DA72E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA72E6; }
p { color: rgb(218,114,230); }
H1.HeaderClassName
{
color: #DA72E6;
}
.AnyTagClassName
{
color: #DA72E6;
}
</style>
background-color css
<style>
a { background-color: #DA72E6; }
a { background-color: rgb(218,114,230); }
div.DivClassName
{
background-color: #DA72E6;
}
.BgClassName
{
background-color: #DA72E6;
}
</style>
border-color css
<style>
span { border-color: #DA72E6; }
span { border-color: rgb(218,114,230); }
td.TdClassName
{
border-color: #DA72E6;
}
.TagClassName
{
border-color: #DA72E6;
}
</style>