Shades of Orchid #DF82CA
Tints of Orchid #DF82CA
RGB
CMYK
RGB Variations
Color information
#DF82CA (or 0xDF82CA) is known color: Orchid. HEX triplet: DF, 82 and CA. RGB value is (223,130,202). Sum of RGB (Red+Green+Blue) = 223+130+202=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF82CA is #207D35. Grayscale: #A5A5A5. Windows color (decimal): -2129206 or 13271775. OLE color: 13271775.
HSL color Cylindrical-coordinate representation of color #DF82CA: hue angle of 313.55º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF82CA is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 202 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.13 |
| HSL | 313.55º | 0.59% | 0.69% | - |
| HSV(B) | 313.55º | 0.42% | 0.87% | - |
| XYZ | 49.07 | 35.92 | 60.22 | - |
| YUV | 166.02 | 148.31 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 202 | 0 | 0.42 | 0.09 | 0.13 | 313.55 | 0.59 | 0.69 |
| Hex | DF | 82 | CA | 0 | 2A | 9 | D | 13A | 3B | 45 |
| Octal | 337 | 202 | 312 | 0 | 52 | 11 | 15 | 472 | 73 | 105 |
| Binary | 11011111 | 10000010 | 11001010 | 0 | 101010 | 1001 | 1101 | 100111010 | 111011 | 1000101 |
Color Harmonies of #DF82CA
Complementary color
Monochromatic Colors of #DF82CA
Black with #DF82CA
Text Example
Text Example
White with #DF82CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF82CA; }
p { color: rgb(223,130,202); }
H1.HeaderClassName
{
color: #DF82CA;
}
.AnyTagClassName
{
color: #DF82CA;
}
</style>
background-color css
<style>
a { background-color: #DF82CA; }
a { background-color: rgb(223,130,202); }
div.DivClassName
{
background-color: #DF82CA;
}
.BgClassName
{
background-color: #DF82CA;
}
</style>
border-color css
<style>
span { border-color: #DF82CA; }
span { border-color: rgb(223,130,202); }
td.TdClassName
{
border-color: #DF82CA;
}
.TagClassName
{
border-color: #DF82CA;
}
</style>