Shades of Orchid #DC83CA
Tints of Orchid #DC83CA
RGB
CMYK
RGB Variations
Color information
#DC83CA (or 0xDC83CA) is known color: Orchid. HEX triplet: DC, 83 and CA. RGB value is (220,131,202). Sum of RGB (Red+Green+Blue) = 220+131+202=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DC83CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC83CA is #237C35. Grayscale: #A5A5A5. Windows color (decimal): -2325558 or 13272028. OLE color: 13272028.
HSL color Cylindrical-coordinate representation of color #DC83CA: hue angle of 312.13º 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 #DC83CA is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 202 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.14 |
| HSL | 312.13º | 0.56% | 0.69% | - |
| HSV(B) | 312.13º | 0.4% | 0.86% | - |
| XYZ | 48.29 | 35.71 | 60.23 | - |
| YUV | 165.71 | 148.49 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 202 | 0 | 0.40 | 0.08 | 0.14 | 312.13 | 0.56 | 0.69 |
| Hex | DC | 83 | CA | 0 | 28 | 8 | E | 138 | 38 | 45 |
| Octal | 334 | 203 | 312 | 0 | 50 | 10 | 16 | 470 | 70 | 105 |
| Binary | 11011100 | 10000011 | 11001010 | 0 | 101000 | 1000 | 1110 | 100111000 | 111000 | 1000101 |
Color Harmonies of #DC83CA
Complementary color
Monochromatic Colors of #DC83CA
Black with #DC83CA
Text Example
Text Example
White with #DC83CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC83CA; }
p { color: rgb(220,131,202); }
H1.HeaderClassName
{
color: #DC83CA;
}
.AnyTagClassName
{
color: #DC83CA;
}
</style>
background-color css
<style>
a { background-color: #DC83CA; }
a { background-color: rgb(220,131,202); }
div.DivClassName
{
background-color: #DC83CA;
}
.BgClassName
{
background-color: #DC83CA;
}
</style>
border-color css
<style>
span { border-color: #DC83CA; }
span { border-color: rgb(220,131,202); }
td.TdClassName
{
border-color: #DC83CA;
}
.TagClassName
{
border-color: #DC83CA;
}
</style>