Shades of Orchid #DF72E6
Tints of Orchid #DF72E6
RGB
CMYK
RGB Variations
Color information
#DF72E6 (or 0xDF72E6) is known color: Orchid. HEX triplet: DF, 72 and E6. RGB value is (223,114,230). Sum of RGB (Red+Green+Blue) = 223+114+230=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 114 (44.92% from 255 or 20.11% from 567); Blue value is 230 (90.23% from 255 or 40.56% from 567); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF72E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF72E6 is #208D19. Grayscale: #9F9F9F. Windows color (decimal): -2133274 or 15102687. OLE color: 15102687.
HSL color Cylindrical-coordinate representation of color #DF72E6: hue angle of 296.38º 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 #DF72E6 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 114 | 230 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.10 |
| HSL | 296.38º | 0.7% | 0.67% | - |
| HSV(B) | 296.38º | 0.5% | 0.9% | - |
| XYZ | 50.73 | 33.44 | 78.64 | - |
| YUV | 159.82 | 167.61 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 230 | 0.03 | 0.50 | 0 | 0.10 | 296.38 | 0.7 | 0.67 |
| Hex | DF | 72 | E6 | 3 | 32 | 0 | A | 128 | 46 | 43 |
| Octal | 337 | 162 | 346 | 3 | 62 | 0 | 12 | 450 | 106 | 103 |
| Binary | 11011111 | 1110010 | 11100110 | 11 | 110010 | 0 | 1010 | 100101000 | 1000110 | 1000011 |
Color Harmonies of #DF72E6
Complementary color
Monochromatic Colors of #DF72E6
Black with #DF72E6
Text Example
Text Example
White with #DF72E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF72E6; }
p { color: rgb(223,114,230); }
H1.HeaderClassName
{
color: #DF72E6;
}
.AnyTagClassName
{
color: #DF72E6;
}
</style>
background-color css
<style>
a { background-color: #DF72E6; }
a { background-color: rgb(223,114,230); }
div.DivClassName
{
background-color: #DF72E6;
}
.BgClassName
{
background-color: #DF72E6;
}
</style>
border-color css
<style>
span { border-color: #DF72E6; }
span { border-color: rgb(223,114,230); }
td.TdClassName
{
border-color: #DF72E6;
}
.TagClassName
{
border-color: #DF72E6;
}
</style>