Shades of Orchid #DF72CC
Tints of Orchid #DF72CC
RGB
CMYK
RGB Variations
Color information
#DF72CC (or 0xDF72CC) is known color: Orchid. HEX triplet: DF, 72 and CC. RGB value is (223,114,204). Sum of RGB (Red+Green+Blue) = 223+114+204=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DF72CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF72CC is #208D33. Grayscale: #9C9C9C. Windows color (decimal): -2133300 or 13398751. OLE color: 13398751.
HSL color Cylindrical-coordinate representation of color #DF72CC: hue angle of 310.46º 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 #DF72CC is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 204 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.13 |
| HSL | 310.46º | 0.63% | 0.66% | - |
| HSV(B) | 310.46º | 0.49% | 0.87% | - |
| XYZ | 47.35 | 32.08 | 60.82 | - |
| YUV | 156.85 | 154.61 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 204 | 0 | 0.49 | 0.09 | 0.13 | 310.46 | 0.63 | 0.66 |
| Hex | DF | 72 | CC | 0 | 31 | 9 | D | 136 | 3F | 42 |
| Octal | 337 | 162 | 314 | 0 | 61 | 11 | 15 | 466 | 77 | 102 |
| Binary | 11011111 | 1110010 | 11001100 | 0 | 110001 | 1001 | 1101 | 100110110 | 111111 | 1000010 |
Color Harmonies of #DF72CC
Complementary color
Monochromatic Colors of #DF72CC
Black with #DF72CC
Text Example
Text Example
White with #DF72CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF72CC; }
p { color: rgb(223,114,204); }
H1.HeaderClassName
{
color: #DF72CC;
}
.AnyTagClassName
{
color: #DF72CC;
}
</style>
background-color css
<style>
a { background-color: #DF72CC; }
a { background-color: rgb(223,114,204); }
div.DivClassName
{
background-color: #DF72CC;
}
.BgClassName
{
background-color: #DF72CC;
}
</style>
border-color css
<style>
span { border-color: #DF72CC; }
span { border-color: rgb(223,114,204); }
td.TdClassName
{
border-color: #DF72CC;
}
.TagClassName
{
border-color: #DF72CC;
}
</style>