Shades of Orchid #DC83CB
Tints of Orchid #DC83CB
RGB
CMYK
RGB Variations
Color information
#DC83CB (or 0xDC83CB) is known color: Orchid. HEX triplet: DC, 83 and CB. RGB value is (220,131,203). Sum of RGB (Red+Green+Blue) = 220+131+203=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DC83CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC83CB is #237C34. Grayscale: #A5A5A5. Windows color (decimal): -2325557 or 13337564. OLE color: 13337564.
HSL color Cylindrical-coordinate representation of color #DC83CB: hue angle of 311.46º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC83CB is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 203 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.14 |
| HSL | 311.46º | 0.56% | 0.69% | - |
| HSV(B) | 311.46º | 0.4% | 0.86% | - |
| XYZ | 48.41 | 35.76 | 60.85 | - |
| YUV | 165.82 | 148.99 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 203 | 0 | 0.40 | 0.08 | 0.14 | 311.46 | 0.56 | 0.69 |
| Hex | DC | 83 | CB | 0 | 28 | 8 | E | 137 | 38 | 45 |
| Octal | 334 | 203 | 313 | 0 | 50 | 10 | 16 | 467 | 70 | 105 |
| Binary | 11011100 | 10000011 | 11001011 | 0 | 101000 | 1000 | 1110 | 100110111 | 111000 | 1000101 |
Color Harmonies of #DC83CB
Complementary color
Monochromatic Colors of #DC83CB
Black with #DC83CB
Text Example
Text Example
White with #DC83CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC83CB; }
p { color: rgb(220,131,203); }
H1.HeaderClassName
{
color: #DC83CB;
}
.AnyTagClassName
{
color: #DC83CB;
}
</style>
background-color css
<style>
a { background-color: #DC83CB; }
a { background-color: rgb(220,131,203); }
div.DivClassName
{
background-color: #DC83CB;
}
.BgClassName
{
background-color: #DC83CB;
}
</style>
border-color css
<style>
span { border-color: #DC83CB; }
span { border-color: rgb(220,131,203); }
td.TdClassName
{
border-color: #DC83CB;
}
.TagClassName
{
border-color: #DC83CB;
}
</style>