Shades of Orchid #DF84CB
Tints of Orchid #DF84CB
RGB
CMYK
RGB Variations
Color information
#DF84CB (or 0xDF84CB) is known color: Orchid. HEX triplet: DF, 84 and CB. RGB value is (223,132,203). Sum of RGB (Red+Green+Blue) = 223+132+203=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 132 (51.95% from 255 or 23.66% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF84CB is #207B34. Grayscale: #A7A7A7. Windows color (decimal): -2128693 or 13337823. OLE color: 13337823.
HSL color Cylindrical-coordinate representation of color #DF84CB: hue angle of 313.19º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF84CB is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 203 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.13 |
| HSL | 313.19º | 0.59% | 0.7% | - |
| HSV(B) | 313.19º | 0.41% | 0.87% | - |
| XYZ | 49.46 | 36.5 | 60.94 | - |
| YUV | 167.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 203 | 0 | 0.41 | 0.09 | 0.13 | 313.19 | 0.59 | 0.7 |
| Hex | DF | 84 | CB | 0 | 29 | 9 | D | 139 | 3B | 46 |
| Octal | 337 | 204 | 313 | 0 | 51 | 11 | 15 | 471 | 73 | 106 |
| Binary | 11011111 | 10000100 | 11001011 | 0 | 101001 | 1001 | 1101 | 100111001 | 111011 | 1000110 |
Color Harmonies of #DF84CB
Complementary color
Monochromatic Colors of #DF84CB
Black with #DF84CB
Text Example
Text Example
White with #DF84CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF84CB; }
p { color: rgb(223,132,203); }
H1.HeaderClassName
{
color: #DF84CB;
}
.AnyTagClassName
{
color: #DF84CB;
}
</style>
background-color css
<style>
a { background-color: #DF84CB; }
a { background-color: rgb(223,132,203); }
div.DivClassName
{
background-color: #DF84CB;
}
.BgClassName
{
background-color: #DF84CB;
}
</style>
border-color css
<style>
span { border-color: #DF84CB; }
span { border-color: rgb(223,132,203); }
td.TdClassName
{
border-color: #DF84CB;
}
.TagClassName
{
border-color: #DF84CB;
}
</style>