Shades of Orchid #DC83CF
Tints of Orchid #DC83CF
RGB
CMYK
RGB Variations
Color information
#DC83CF (or 0xDC83CF) is known color: Orchid. HEX triplet: DC, 83 and CF. RGB value is (220,131,207). Sum of RGB (Red+Green+Blue) = 220+131+207=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 131 (51.56% from 255 or 23.48% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DC83CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC83CF is #237C30. Grayscale: #A6A6A6. Windows color (decimal): -2325553 or 13599708. OLE color: 13599708.
HSL color Cylindrical-coordinate representation of color #DC83CF: hue angle of 308.76º 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 #DC83CF is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 207 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.14 |
| HSL | 308.76º | 0.56% | 0.69% | - |
| HSV(B) | 308.76º | 0.4% | 0.86% | - |
| XYZ | 48.89 | 35.95 | 63.39 | - |
| YUV | 166.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 207 | 0 | 0.40 | 0.06 | 0.14 | 308.76 | 0.56 | 0.69 |
| Hex | DC | 83 | CF | 0 | 28 | 6 | E | 135 | 38 | 45 |
| Octal | 334 | 203 | 317 | 0 | 50 | 6 | 16 | 465 | 70 | 105 |
| Binary | 11011100 | 10000011 | 11001111 | 0 | 101000 | 110 | 1110 | 100110101 | 111000 | 1000101 |
Color Harmonies of #DC83CF
Complementary color
Monochromatic Colors of #DC83CF
Black with #DC83CF
Text Example
Text Example
White with #DC83CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC83CF; }
p { color: rgb(220,131,207); }
H1.HeaderClassName
{
color: #DC83CF;
}
.AnyTagClassName
{
color: #DC83CF;
}
</style>
background-color css
<style>
a { background-color: #DC83CF; }
a { background-color: rgb(220,131,207); }
div.DivClassName
{
background-color: #DC83CF;
}
.BgClassName
{
background-color: #DC83CF;
}
</style>
border-color css
<style>
span { border-color: #DC83CF; }
span { border-color: rgb(220,131,207); }
td.TdClassName
{
border-color: #DC83CF;
}
.TagClassName
{
border-color: #DC83CF;
}
</style>