Shades of Orchid #DF83D2
Tints of Orchid #DF83D2
RGB
CMYK
RGB Variations
Color information
#DF83D2 (or 0xDF83D2) is known color: Orchid. HEX triplet: DF, 83 and D2. RGB value is (223,131,210). Sum of RGB (Red+Green+Blue) = 223+131+210=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 131 (51.56% from 255 or 23.23% from 564); Blue value is 210 (82.42% from 255 or 37.23% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF83D2 is #207C2D. Grayscale: #A7A7A7. Windows color (decimal): -2128942 or 13796319. OLE color: 13796319.
HSL color Cylindrical-coordinate representation of color #DF83D2: hue angle of 308.48º 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 #DF83D2 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 210 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.13 |
| HSL | 308.48º | 0.59% | 0.69% | - |
| HSV(B) | 308.48º | 0.41% | 0.87% | - |
| XYZ | 50.18 | 36.57 | 65.39 | - |
| YUV | 167.51 | 151.98 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 210 | 0 | 0.41 | 0.06 | 0.13 | 308.48 | 0.59 | 0.69 |
| Hex | DF | 83 | D2 | 0 | 29 | 6 | D | 134 | 3B | 45 |
| Octal | 337 | 203 | 322 | 0 | 51 | 6 | 15 | 464 | 73 | 105 |
| Binary | 11011111 | 10000011 | 11010010 | 0 | 101001 | 110 | 1101 | 100110100 | 111011 | 1000101 |
Color Harmonies of #DF83D2
Complementary color
Monochromatic Colors of #DF83D2
Black with #DF83D2
Text Example
Text Example
White with #DF83D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF83D2; }
p { color: rgb(223,131,210); }
H1.HeaderClassName
{
color: #DF83D2;
}
.AnyTagClassName
{
color: #DF83D2;
}
</style>
background-color css
<style>
a { background-color: #DF83D2; }
a { background-color: rgb(223,131,210); }
div.DivClassName
{
background-color: #DF83D2;
}
.BgClassName
{
background-color: #DF83D2;
}
</style>
border-color css
<style>
span { border-color: #DF83D2; }
span { border-color: rgb(223,131,210); }
td.TdClassName
{
border-color: #DF83D2;
}
.TagClassName
{
border-color: #DF83D2;
}
</style>