Shades of Orchid #DF72CF
Tints of Orchid #DF72CF
RGB
CMYK
RGB Variations
Color information
#DF72CF (or 0xDF72CF) is known color: Orchid. HEX triplet: DF, 72 and CF. RGB value is (223,114,207). Sum of RGB (Red+Green+Blue) = 223+114+207=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 114 (44.92% from 255 or 20.96% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF72CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF72CF is #208D30. Grayscale: #9C9C9C. Windows color (decimal): -2133297 or 13595359. OLE color: 13595359.
HSL color Cylindrical-coordinate representation of color #DF72CF: hue angle of 308.81º 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 #DF72CF is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 207 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.13 |
| HSL | 308.81º | 0.63% | 0.66% | - |
| HSV(B) | 308.81º | 0.49% | 0.87% | - |
| XYZ | 47.71 | 32.23 | 62.74 | - |
| YUV | 157.19 | 156.11 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 207 | 0 | 0.49 | 0.07 | 0.13 | 308.81 | 0.63 | 0.66 |
| Hex | DF | 72 | CF | 0 | 31 | 7 | D | 135 | 3F | 42 |
| Octal | 337 | 162 | 317 | 0 | 61 | 7 | 15 | 465 | 77 | 102 |
| Binary | 11011111 | 1110010 | 11001111 | 0 | 110001 | 111 | 1101 | 100110101 | 111111 | 1000010 |
Color Harmonies of #DF72CF
Complementary color
Monochromatic Colors of #DF72CF
Black with #DF72CF
Text Example
Text Example
White with #DF72CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF72CF; }
p { color: rgb(223,114,207); }
H1.HeaderClassName
{
color: #DF72CF;
}
.AnyTagClassName
{
color: #DF72CF;
}
</style>
background-color css
<style>
a { background-color: #DF72CF; }
a { background-color: rgb(223,114,207); }
div.DivClassName
{
background-color: #DF72CF;
}
.BgClassName
{
background-color: #DF72CF;
}
</style>
border-color css
<style>
span { border-color: #DF72CF; }
span { border-color: rgb(223,114,207); }
td.TdClassName
{
border-color: #DF72CF;
}
.TagClassName
{
border-color: #DF72CF;
}
</style>