Shades of Orchid #DF72CD
Tints of Orchid #DF72CD
RGB
CMYK
RGB Variations
Color information
#DF72CD (or 0xDF72CD) is known color: Orchid. HEX triplet: DF, 72 and CD. RGB value is (223,114,205). Sum of RGB (Red+Green+Blue) = 223+114+205=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF72CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF72CD is #208D32. Grayscale: #9C9C9C. Windows color (decimal): -2133299 or 13464287. OLE color: 13464287.
HSL color Cylindrical-coordinate representation of color #DF72CD: hue angle of 309.91º 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 #DF72CD is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 205 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.13 |
| HSL | 309.91º | 0.63% | 0.66% | - |
| HSV(B) | 309.91º | 0.49% | 0.87% | - |
| XYZ | 47.47 | 32.13 | 61.46 | - |
| YUV | 156.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 205 | 0 | 0.49 | 0.08 | 0.13 | 309.91 | 0.63 | 0.66 |
| Hex | DF | 72 | CD | 0 | 31 | 8 | D | 136 | 3F | 42 |
| Octal | 337 | 162 | 315 | 0 | 61 | 10 | 15 | 466 | 77 | 102 |
| Binary | 11011111 | 1110010 | 11001101 | 0 | 110001 | 1000 | 1101 | 100110110 | 111111 | 1000010 |
Color Harmonies of #DF72CD
Complementary color
Monochromatic Colors of #DF72CD
Black with #DF72CD
Text Example
Text Example
White with #DF72CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF72CD; }
p { color: rgb(223,114,205); }
H1.HeaderClassName
{
color: #DF72CD;
}
.AnyTagClassName
{
color: #DF72CD;
}
</style>
background-color css
<style>
a { background-color: #DF72CD; }
a { background-color: rgb(223,114,205); }
div.DivClassName
{
background-color: #DF72CD;
}
.BgClassName
{
background-color: #DF72CD;
}
</style>
border-color css
<style>
span { border-color: #DF72CD; }
span { border-color: rgb(223,114,205); }
td.TdClassName
{
border-color: #DF72CD;
}
.TagClassName
{
border-color: #DF72CD;
}
</style>