Shades of Medium Orchid #C83AD5
Tints of Medium Orchid #C83AD5
RGB
CMYK
RGB Variations
Color information
#C83AD5 (or 0xC83AD5) is known color: Medium Orchid. HEX triplet: C8, 3A and D5. RGB value is (200,58,213). Sum of RGB (Red+Green+Blue) = 200+58+213=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 58 (23.05% from 255 or 12.31% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #C83AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83AD5 is #37C52A. Grayscale: #757575. Windows color (decimal): -3654955 or 13974216. OLE color: 13974216.
HSL color Cylindrical-coordinate representation of color #C83AD5: hue angle of 294.97º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C83AD5 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 58 | 213 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.16 |
| HSL | 294.97º | 0.65% | 0.53% | - |
| HSV(B) | 294.97º | 0.73% | 0.84% | - |
| XYZ | 37.34 | 20.11 | 64.86 | - |
| YUV | 118.13 | 181.54 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 213 | 0.06 | 0.73 | 0 | 0.16 | 294.97 | 0.65 | 0.53 |
| Hex | C8 | 3A | D5 | 6 | 49 | 0 | 10 | 127 | 41 | 35 |
| Octal | 310 | 72 | 325 | 6 | 111 | 0 | 20 | 447 | 101 | 65 |
| Binary | 11001000 | 111010 | 11010101 | 110 | 1001001 | 0 | 10000 | 100100111 | 1000001 | 110101 |
Color Harmonies of #C83AD5
Complementary color
Monochromatic Colors of #C83AD5
Black with #C83AD5
Text Example
Text Example
White with #C83AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83AD5; }
p { color: rgb(200,58,213); }
H1.HeaderClassName
{
color: #C83AD5;
}
.AnyTagClassName
{
color: #C83AD5;
}
</style>
background-color css
<style>
a { background-color: #C83AD5; }
a { background-color: rgb(200,58,213); }
div.DivClassName
{
background-color: #C83AD5;
}
.BgClassName
{
background-color: #C83AD5;
}
</style>
border-color css
<style>
span { border-color: #C83AD5; }
span { border-color: rgb(200,58,213); }
td.TdClassName
{
border-color: #C83AD5;
}
.TagClassName
{
border-color: #C83AD5;
}
</style>