Shades of Orchid #DF71C2
Tints of Orchid #DF71C2
RGB
CMYK
RGB Variations
Color information
#DF71C2 (or 0xDF71C2) is known color: Orchid. HEX triplet: DF, 71 and C2. RGB value is (223,113,194). Sum of RGB (Red+Green+Blue) = 223+113+194=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DF71C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF71C2 is #208E3D. Grayscale: #9A9A9A. Windows color (decimal): -2133566 or 12743135. OLE color: 12743135.
HSL color Cylindrical-coordinate representation of color #DF71C2: hue angle of 315.82º 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 #DF71C2 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 194 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.13 |
| HSL | 315.82º | 0.63% | 0.66% | - |
| HSV(B) | 315.82º | 0.49% | 0.87% | - |
| XYZ | 46.07 | 31.39 | 54.67 | - |
| YUV | 155.12 | 149.94 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 194 | 0 | 0.49 | 0.13 | 0.13 | 315.82 | 0.63 | 0.66 |
| Hex | DF | 71 | C2 | 0 | 31 | D | D | 13C | 3F | 42 |
| Octal | 337 | 161 | 302 | 0 | 61 | 15 | 15 | 474 | 77 | 102 |
| Binary | 11011111 | 1110001 | 11000010 | 0 | 110001 | 1101 | 1101 | 100111100 | 111111 | 1000010 |
Color Harmonies of #DF71C2
Complementary color
Monochromatic Colors of #DF71C2
Black with #DF71C2
Text Example
Text Example
White with #DF71C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF71C2; }
p { color: rgb(223,113,194); }
H1.HeaderClassName
{
color: #DF71C2;
}
.AnyTagClassName
{
color: #DF71C2;
}
</style>
background-color css
<style>
a { background-color: #DF71C2; }
a { background-color: rgb(223,113,194); }
div.DivClassName
{
background-color: #DF71C2;
}
.BgClassName
{
background-color: #DF71C2;
}
</style>
border-color css
<style>
span { border-color: #DF71C2; }
span { border-color: rgb(223,113,194); }
td.TdClassName
{
border-color: #DF71C2;
}
.TagClassName
{
border-color: #DF71C2;
}
</style>