Shades of Orchid #DF83CE
Tints of Orchid #DF83CE
RGB
CMYK
RGB Variations
Color information
#DF83CE (or 0xDF83CE) is known color: Orchid. HEX triplet: DF, 83 and CE. RGB value is (223,131,206). Sum of RGB (Red+Green+Blue) = 223+131+206=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF83CE is #207C31. Grayscale: #A6A6A6. Windows color (decimal): -2128946 or 13534175. OLE color: 13534175.
HSL color Cylindrical-coordinate representation of color #DF83CE: hue angle of 311.09º 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 #DF83CE is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 206 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.13 |
| HSL | 311.09º | 0.59% | 0.69% | - |
| HSV(B) | 311.09º | 0.41% | 0.87% | - |
| XYZ | 49.69 | 36.38 | 62.8 | - |
| YUV | 167.06 | 149.98 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 206 | 0 | 0.41 | 0.08 | 0.13 | 311.09 | 0.59 | 0.69 |
| Hex | DF | 83 | CE | 0 | 29 | 8 | D | 137 | 3B | 45 |
| Octal | 337 | 203 | 316 | 0 | 51 | 10 | 15 | 467 | 73 | 105 |
| Binary | 11011111 | 10000011 | 11001110 | 0 | 101001 | 1000 | 1101 | 100110111 | 111011 | 1000101 |
Color Harmonies of #DF83CE
Complementary color
Monochromatic Colors of #DF83CE
Black with #DF83CE
Text Example
Text Example
White with #DF83CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF83CE; }
p { color: rgb(223,131,206); }
H1.HeaderClassName
{
color: #DF83CE;
}
.AnyTagClassName
{
color: #DF83CE;
}
</style>
background-color css
<style>
a { background-color: #DF83CE; }
a { background-color: rgb(223,131,206); }
div.DivClassName
{
background-color: #DF83CE;
}
.BgClassName
{
background-color: #DF83CE;
}
</style>
border-color css
<style>
span { border-color: #DF83CE; }
span { border-color: rgb(223,131,206); }
td.TdClassName
{
border-color: #DF83CE;
}
.TagClassName
{
border-color: #DF83CE;
}
</style>