Shades of Orchid #DF83CB
Tints of Orchid #DF83CB
RGB
CMYK
RGB Variations
Color information
#DF83CB (or 0xDF83CB) is known color: Orchid. HEX triplet: DF, 83 and CB. RGB value is (223,131,203). Sum of RGB (Red+Green+Blue) = 223+131+203=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF83CB is #207C34. Grayscale: #A6A6A6. Windows color (decimal): -2128949 or 13337567. OLE color: 13337567.
HSL color Cylindrical-coordinate representation of color #DF83CB: hue angle of 313.04º 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 #DF83CB is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 203 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.13 |
| HSL | 313.04º | 0.59% | 0.69% | - |
| HSV(B) | 313.04º | 0.41% | 0.87% | - |
| XYZ | 49.33 | 36.23 | 60.89 | - |
| YUV | 166.72 | 148.48 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 203 | 0 | 0.41 | 0.09 | 0.13 | 313.04 | 0.59 | 0.69 |
| Hex | DF | 83 | CB | 0 | 29 | 9 | D | 139 | 3B | 45 |
| Octal | 337 | 203 | 313 | 0 | 51 | 11 | 15 | 471 | 73 | 105 |
| Binary | 11011111 | 10000011 | 11001011 | 0 | 101001 | 1001 | 1101 | 100111001 | 111011 | 1000101 |
Color Harmonies of #DF83CB
Complementary color
Monochromatic Colors of #DF83CB
Black with #DF83CB
Text Example
Text Example
White with #DF83CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF83CB; }
p { color: rgb(223,131,203); }
H1.HeaderClassName
{
color: #DF83CB;
}
.AnyTagClassName
{
color: #DF83CB;
}
</style>
background-color css
<style>
a { background-color: #DF83CB; }
a { background-color: rgb(223,131,203); }
div.DivClassName
{
background-color: #DF83CB;
}
.BgClassName
{
background-color: #DF83CB;
}
</style>
border-color css
<style>
span { border-color: #DF83CB; }
span { border-color: rgb(223,131,203); }
td.TdClassName
{
border-color: #DF83CB;
}
.TagClassName
{
border-color: #DF83CB;
}
</style>