Shades of Orchid #DF74CC
Tints of Orchid #DF74CC
RGB
CMYK
RGB Variations
Color information
#DF74CC (or 0xDF74CC) is known color: Orchid. HEX triplet: DF, 74 and CC. RGB value is (223,116,204). Sum of RGB (Red+Green+Blue) = 223+116+204=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DF74CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF74CC is #208B33. Grayscale: #9D9D9D. Windows color (decimal): -2132788 or 13399263. OLE color: 13399263.
HSL color Cylindrical-coordinate representation of color #DF74CC: hue angle of 310.65º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF74CC is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 204 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.13 |
| HSL | 310.65º | 0.63% | 0.66% | - |
| HSV(B) | 310.65º | 0.48% | 0.87% | - |
| XYZ | 47.58 | 32.54 | 60.9 | - |
| YUV | 158.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 204 | 0 | 0.48 | 0.09 | 0.13 | 310.65 | 0.63 | 0.66 |
| Hex | DF | 74 | CC | 0 | 30 | 9 | D | 137 | 3F | 42 |
| Octal | 337 | 164 | 314 | 0 | 60 | 11 | 15 | 467 | 77 | 102 |
| Binary | 11011111 | 1110100 | 11001100 | 0 | 110000 | 1001 | 1101 | 100110111 | 111111 | 1000010 |
Color Harmonies of #DF74CC
Complementary color
Monochromatic Colors of #DF74CC
Black with #DF74CC
Text Example
Text Example
White with #DF74CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF74CC; }
p { color: rgb(223,116,204); }
H1.HeaderClassName
{
color: #DF74CC;
}
.AnyTagClassName
{
color: #DF74CC;
}
</style>
background-color css
<style>
a { background-color: #DF74CC; }
a { background-color: rgb(223,116,204); }
div.DivClassName
{
background-color: #DF74CC;
}
.BgClassName
{
background-color: #DF74CC;
}
</style>
border-color css
<style>
span { border-color: #DF74CC; }
span { border-color: rgb(223,116,204); }
td.TdClassName
{
border-color: #DF74CC;
}
.TagClassName
{
border-color: #DF74CC;
}
</style>