Shades of Orchid #DF72CA
Tints of Orchid #DF72CA
RGB
CMYK
RGB Variations
Color information
#DF72CA (or 0xDF72CA) is known color: Orchid. HEX triplet: DF, 72 and CA. RGB value is (223,114,202). Sum of RGB (Red+Green+Blue) = 223+114+202=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF72CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF72CA is #208D35. Grayscale: #9C9C9C. Windows color (decimal): -2133302 or 13267679. OLE color: 13267679.
HSL color Cylindrical-coordinate representation of color #DF72CA: hue angle of 311.56º 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 #DF72CA is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 202 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.13 |
| HSL | 311.56º | 0.63% | 0.66% | - |
| HSV(B) | 311.56º | 0.49% | 0.87% | - |
| XYZ | 47.11 | 31.99 | 59.57 | - |
| YUV | 156.62 | 153.61 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 202 | 0 | 0.49 | 0.09 | 0.13 | 311.56 | 0.63 | 0.66 |
| Hex | DF | 72 | CA | 0 | 31 | 9 | D | 138 | 3F | 42 |
| Octal | 337 | 162 | 312 | 0 | 61 | 11 | 15 | 470 | 77 | 102 |
| Binary | 11011111 | 1110010 | 11001010 | 0 | 110001 | 1001 | 1101 | 100111000 | 111111 | 1000010 |
Color Harmonies of #DF72CA
Complementary color
Monochromatic Colors of #DF72CA
Black with #DF72CA
Text Example
Text Example
White with #DF72CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF72CA; }
p { color: rgb(223,114,202); }
H1.HeaderClassName
{
color: #DF72CA;
}
.AnyTagClassName
{
color: #DF72CA;
}
</style>
background-color css
<style>
a { background-color: #DF72CA; }
a { background-color: rgb(223,114,202); }
div.DivClassName
{
background-color: #DF72CA;
}
.BgClassName
{
background-color: #DF72CA;
}
</style>
border-color css
<style>
span { border-color: #DF72CA; }
span { border-color: rgb(223,114,202); }
td.TdClassName
{
border-color: #DF72CA;
}
.TagClassName
{
border-color: #DF72CA;
}
</style>