Shades of Orchid #DF80CA
Tints of Orchid #DF80CA
RGB
CMYK
RGB Variations
Color information
#DF80CA (or 0xDF80CA) is known color: Orchid. HEX triplet: DF, 80 and CA. RGB value is (223,128,202). Sum of RGB (Red+Green+Blue) = 223+128+202=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80CA is #207F35. Grayscale: #A4A4A4. Windows color (decimal): -2129718 or 13271263. OLE color: 13271263.
HSL color Cylindrical-coordinate representation of color #DF80CA: hue angle of 313.26º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF80CA is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 202 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.13 |
| HSL | 313.26º | 0.6% | 0.69% | - |
| HSV(B) | 313.26º | 0.43% | 0.87% | - |
| XYZ | 48.81 | 35.39 | 60.14 | - |
| YUV | 164.84 | 148.97 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 202 | 0 | 0.43 | 0.09 | 0.13 | 313.26 | 0.6 | 0.69 |
| Hex | DF | 80 | CA | 0 | 2B | 9 | D | 139 | 3C | 45 |
| Octal | 337 | 200 | 312 | 0 | 53 | 11 | 15 | 471 | 74 | 105 |
| Binary | 11011111 | 10000000 | 11001010 | 0 | 101011 | 1001 | 1101 | 100111001 | 111100 | 1000101 |
Color Harmonies of #DF80CA
Complementary color
Monochromatic Colors of #DF80CA
Black with #DF80CA
Text Example
Text Example
White with #DF80CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF80CA; }
p { color: rgb(223,128,202); }
H1.HeaderClassName
{
color: #DF80CA;
}
.AnyTagClassName
{
color: #DF80CA;
}
</style>
background-color css
<style>
a { background-color: #DF80CA; }
a { background-color: rgb(223,128,202); }
div.DivClassName
{
background-color: #DF80CA;
}
.BgClassName
{
background-color: #DF80CA;
}
</style>
border-color css
<style>
span { border-color: #DF80CA; }
span { border-color: rgb(223,128,202); }
td.TdClassName
{
border-color: #DF80CA;
}
.TagClassName
{
border-color: #DF80CA;
}
</style>