Shades of Orchid #DF72C9
Tints of Orchid #DF72C9
RGB
CMYK
RGB Variations
Color information
#DF72C9 (or 0xDF72C9) is known color: Orchid. HEX triplet: DF, 72 and C9. RGB value is (223,114,201). Sum of RGB (Red+Green+Blue) = 223+114+201=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 114 (44.92% from 255 or 21.19% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF72C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF72C9 is #208D36. Grayscale: #9C9C9C. Windows color (decimal): -2133303 or 13202143. OLE color: 13202143.
HSL color Cylindrical-coordinate representation of color #DF72C9: hue angle of 312.11º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF72C9 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 201 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.13 |
| HSL | 312.11º | 0.63% | 0.66% | - |
| HSV(B) | 312.11º | 0.49% | 0.87% | - |
| XYZ | 46.99 | 31.94 | 58.95 | - |
| YUV | 156.51 | 153.11 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 201 | 0 | 0.49 | 0.10 | 0.13 | 312.11 | 0.63 | 0.66 |
| Hex | DF | 72 | C9 | 0 | 31 | A | D | 138 | 3F | 42 |
| Octal | 337 | 162 | 311 | 0 | 61 | 12 | 15 | 470 | 77 | 102 |
| Binary | 11011111 | 1110010 | 11001001 | 0 | 110001 | 1010 | 1101 | 100111000 | 111111 | 1000010 |
Color Harmonies of #DF72C9
Complementary color
Monochromatic Colors of #DF72C9
Black with #DF72C9
Text Example
Text Example
White with #DF72C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF72C9; }
p { color: rgb(223,114,201); }
H1.HeaderClassName
{
color: #DF72C9;
}
.AnyTagClassName
{
color: #DF72C9;
}
</style>
background-color css
<style>
a { background-color: #DF72C9; }
a { background-color: rgb(223,114,201); }
div.DivClassName
{
background-color: #DF72C9;
}
.BgClassName
{
background-color: #DF72C9;
}
</style>
border-color css
<style>
span { border-color: #DF72C9; }
span { border-color: rgb(223,114,201); }
td.TdClassName
{
border-color: #DF72C9;
}
.TagClassName
{
border-color: #DF72C9;
}
</style>