Shades of Orchid #DF76CB
Tints of Orchid #DF76CB
RGB
CMYK
RGB Variations
Color information
#DF76CB (or 0xDF76CB) is known color: Orchid. HEX triplet: DF, 76 and CB. RGB value is (223,118,203). Sum of RGB (Red+Green+Blue) = 223+118+203=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 118 (46.48% from 255 or 21.69% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF76CB is #208934. Grayscale: #9E9E9E. Windows color (decimal): -2132277 or 13334239. OLE color: 13334239.
HSL color Cylindrical-coordinate representation of color #DF76CB: hue angle of 311.43º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF76CB is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 203 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.13 |
| HSL | 311.43º | 0.62% | 0.67% | - |
| HSV(B) | 311.43º | 0.47% | 0.87% | - |
| XYZ | 47.69 | 32.96 | 60.35 | - |
| YUV | 159.09 | 152.79 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 203 | 0 | 0.47 | 0.09 | 0.13 | 311.43 | 0.62 | 0.67 |
| Hex | DF | 76 | CB | 0 | 2F | 9 | D | 137 | 3E | 43 |
| Octal | 337 | 166 | 313 | 0 | 57 | 11 | 15 | 467 | 76 | 103 |
| Binary | 11011111 | 1110110 | 11001011 | 0 | 101111 | 1001 | 1101 | 100110111 | 111110 | 1000011 |
Color Harmonies of #DF76CB
Complementary color
Monochromatic Colors of #DF76CB
Black with #DF76CB
Text Example
Text Example
White with #DF76CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF76CB; }
p { color: rgb(223,118,203); }
H1.HeaderClassName
{
color: #DF76CB;
}
.AnyTagClassName
{
color: #DF76CB;
}
</style>
background-color css
<style>
a { background-color: #DF76CB; }
a { background-color: rgb(223,118,203); }
div.DivClassName
{
background-color: #DF76CB;
}
.BgClassName
{
background-color: #DF76CB;
}
</style>
border-color css
<style>
span { border-color: #DF76CB; }
span { border-color: rgb(223,118,203); }
td.TdClassName
{
border-color: #DF76CB;
}
.TagClassName
{
border-color: #DF76CB;
}
</style>