Shades of Orchid #DA72E2
Tints of Orchid #DA72E2
RGB
CMYK
RGB Variations
Color information
#DA72E2 (or 0xDA72E2) is known color: Orchid. HEX triplet: DA, 72 and E2. RGB value is (218,114,226). Sum of RGB (Red+Green+Blue) = 218+114+226=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 114 (44.92% from 255 or 20.43% from 558); Blue value is 226 (88.67% from 255 or 40.50% from 558); Max value from RGB is 226 - color contains mainly: blue. Hex color #DA72E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA72E2 is #258D1D. Grayscale: #9D9D9D. Windows color (decimal): -2460958 or 14840538. OLE color: 14840538.
HSL color Cylindrical-coordinate representation of color #DA72E2: hue angle of 295.71º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA72E2 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 218 | 114 | 226 | - |
CMYK | 0.04 | 0.50 | 0 | 0.11 |
HSL | 295.71º | 0.66% | 0.67% | - |
HSV(B) | 295.71º | 0.5% | 0.89% | - |
XYZ | 48.66 | 32.43 | 75.65 | - |
YUV | 157.86 | 166.46 | 170.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 114 | 226 | 0.04 | 0.50 | 0 | 0.11 | 295.71 | 0.66 | 0.67 |
Hex | DA | 72 | E2 | 4 | 32 | 0 | B | 128 | 42 | 43 |
Octal | 332 | 162 | 342 | 4 | 62 | 0 | 13 | 450 | 102 | 103 |
Binary | 11011010 | 1110010 | 11100010 | 100 | 110010 | 0 | 1011 | 100101000 | 1000010 | 1000011 |
Color Harmonies of #DA72E2
Complementary color
Monochromatic Colors of #DA72E2
Black with #DA72E2
Text Example
Text Example
White with #DA72E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA72E2; }
p { color: rgb(218,114,226); }
H1.HeaderClassName
{
color: #DA72E2;
}
.AnyTagClassName
{
color: #DA72E2;
}
</style>
background-color css
<style>
a { background-color: #DA72E2; }
a { background-color: rgb(218,114,226); }
div.DivClassName
{
background-color: #DA72E2;
}
.BgClassName
{
background-color: #DA72E2;
}
</style>
border-color css
<style>
span { border-color: #DA72E2; }
span { border-color: rgb(218,114,226); }
td.TdClassName
{
border-color: #DA72E2;
}
.TagClassName
{
border-color: #DA72E2;
}
</style>