Shades of Orchid #DF72E2
Tints of Orchid #DF72E2
RGB
CMYK
RGB Variations
Color information
#DF72E2 (or 0xDF72E2) is known color: Orchid. HEX triplet: DF, 72 and E2. RGB value is (223,114,226). Sum of RGB (Red+Green+Blue) = 223+114+226=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 114 (44.92% from 255 or 20.25% from 563); Blue value is 226 (88.67% from 255 or 40.14% from 563); Max value from RGB is 226 - color contains mainly: blue. Hex color #DF72E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF72E2 is #208D1D. Grayscale: #9F9F9F. Windows color (decimal): -2133278 or 14840543. OLE color: 14840543.
HSL color Cylindrical-coordinate representation of color #DF72E2: hue angle of 298.39º 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 #DF72E2 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 114 | 226 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.11 |
| HSL | 298.39º | 0.66% | 0.67% | - |
| HSV(B) | 298.39º | 0.5% | 0.89% | - |
| XYZ | 50.18 | 33.21 | 75.72 | - |
| YUV | 159.36 | 165.61 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 226 | 0.01 | 0.50 | 0 | 0.11 | 298.39 | 0.66 | 0.67 |
| Hex | DF | 72 | E2 | 1 | 32 | 0 | B | 12A | 42 | 43 |
| Octal | 337 | 162 | 342 | 1 | 62 | 0 | 13 | 452 | 102 | 103 |
| Binary | 11011111 | 1110010 | 11100010 | 1 | 110010 | 0 | 1011 | 100101010 | 1000010 | 1000011 |
Color Harmonies of #DF72E2
Complementary color
Monochromatic Colors of #DF72E2
Black with #DF72E2
Text Example
Text Example
White with #DF72E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF72E2; }
p { color: rgb(223,114,226); }
H1.HeaderClassName
{
color: #DF72E2;
}
.AnyTagClassName
{
color: #DF72E2;
}
</style>
background-color css
<style>
a { background-color: #DF72E2; }
a { background-color: rgb(223,114,226); }
div.DivClassName
{
background-color: #DF72E2;
}
.BgClassName
{
background-color: #DF72E2;
}
</style>
border-color css
<style>
span { border-color: #DF72E2; }
span { border-color: rgb(223,114,226); }
td.TdClassName
{
border-color: #DF72E2;
}
.TagClassName
{
border-color: #DF72E2;
}
</style>