Shades of Orchid #DC83DF
Tints of Orchid #DC83DF
RGB
CMYK
RGB Variations
Color information
#DC83DF (or 0xDC83DF) is known color: Orchid. HEX triplet: DC, 83 and DF. RGB value is (220,131,223). Sum of RGB (Red+Green+Blue) = 220+131+223=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 131 (51.56% from 255 or 22.82% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC83DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC83DF is #237C20. Grayscale: #A7A7A7. Windows color (decimal): -2325537 or 14648284. OLE color: 14648284.
HSL color Cylindrical-coordinate representation of color #DC83DF: hue angle of 298.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 #DC83DF is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 131 | 223 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.13 |
| HSL | 298.04º | 0.59% | 0.69% | - |
| HSV(B) | 298.04º | 0.41% | 0.87% | - |
| XYZ | 50.95 | 36.78 | 74.23 | - |
| YUV | 168.1 | 158.99 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 223 | 0.01 | 0.41 | 0 | 0.13 | 298.04 | 0.59 | 0.69 |
| Hex | DC | 83 | DF | 1 | 29 | 0 | D | 12A | 3B | 45 |
| Octal | 334 | 203 | 337 | 1 | 51 | 0 | 15 | 452 | 73 | 105 |
| Binary | 11011100 | 10000011 | 11011111 | 1 | 101001 | 0 | 1101 | 100101010 | 111011 | 1000101 |
Color Harmonies of #DC83DF
Complementary color
Monochromatic Colors of #DC83DF
Black with #DC83DF
Text Example
Text Example
White with #DC83DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC83DF; }
p { color: rgb(220,131,223); }
H1.HeaderClassName
{
color: #DC83DF;
}
.AnyTagClassName
{
color: #DC83DF;
}
</style>
background-color css
<style>
a { background-color: #DC83DF; }
a { background-color: rgb(220,131,223); }
div.DivClassName
{
background-color: #DC83DF;
}
.BgClassName
{
background-color: #DC83DF;
}
</style>
border-color css
<style>
span { border-color: #DC83DF; }
span { border-color: rgb(220,131,223); }
td.TdClassName
{
border-color: #DC83DF;
}
.TagClassName
{
border-color: #DC83DF;
}
</style>