Shades of Orchid #DF83CA
Tints of Orchid #DF83CA
RGB
CMYK
RGB Variations
Color information
#DF83CA (or 0xDF83CA) is known color: Orchid. HEX triplet: DF, 83 and CA. RGB value is (223,131,202). Sum of RGB (Red+Green+Blue) = 223+131+202=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF83CA is #207C35. Grayscale: #A6A6A6. Windows color (decimal): -2128950 or 13272031. OLE color: 13272031.
HSL color Cylindrical-coordinate representation of color #DF83CA: hue angle of 313.7º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF83CA is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 202 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.13 |
| HSL | 313.7º | 0.59% | 0.69% | - |
| HSV(B) | 313.7º | 0.41% | 0.87% | - |
| XYZ | 49.21 | 36.18 | 60.27 | - |
| YUV | 166.6 | 147.98 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 202 | 0 | 0.41 | 0.09 | 0.13 | 313.7 | 0.59 | 0.69 |
| Hex | DF | 83 | CA | 0 | 29 | 9 | D | 13A | 3B | 45 |
| Octal | 337 | 203 | 312 | 0 | 51 | 11 | 15 | 472 | 73 | 105 |
| Binary | 11011111 | 10000011 | 11001010 | 0 | 101001 | 1001 | 1101 | 100111010 | 111011 | 1000101 |
Color Harmonies of #DF83CA
Complementary color
Monochromatic Colors of #DF83CA
Black with #DF83CA
Text Example
Text Example
White with #DF83CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF83CA; }
p { color: rgb(223,131,202); }
H1.HeaderClassName
{
color: #DF83CA;
}
.AnyTagClassName
{
color: #DF83CA;
}
</style>
background-color css
<style>
a { background-color: #DF83CA; }
a { background-color: rgb(223,131,202); }
div.DivClassName
{
background-color: #DF83CA;
}
.BgClassName
{
background-color: #DF83CA;
}
</style>
border-color css
<style>
span { border-color: #DF83CA; }
span { border-color: rgb(223,131,202); }
td.TdClassName
{
border-color: #DF83CA;
}
.TagClassName
{
border-color: #DF83CA;
}
</style>