Shades of Medium Orchid #C83ADA
Tints of Medium Orchid #C83ADA
RGB
CMYK
RGB Variations
Color information
#C83ADA (or 0xC83ADA) is known color: Medium Orchid. HEX triplet: C8, 3A and DA. RGB value is (200,58,218). Sum of RGB (Red+Green+Blue) = 200+58+218=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 58 (23.05% from 255 or 12.18% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #C83ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83ADA is #37C525. Grayscale: #767676. Windows color (decimal): -3654950 or 14301896. OLE color: 14301896.
HSL color Cylindrical-coordinate representation of color #C83ADA: hue angle of 293.25º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C83ADA is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 58 | 218 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.15 |
| HSL | 293.25º | 0.68% | 0.54% | - |
| HSV(B) | 293.25º | 0.73% | 0.85% | - |
| XYZ | 37.99 | 20.37 | 68.26 | - |
| YUV | 118.7 | 184.04 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 218 | 0.08 | 0.73 | 0 | 0.15 | 293.25 | 0.68 | 0.54 |
| Hex | C8 | 3A | DA | 8 | 49 | 0 | F | 125 | 44 | 36 |
| Octal | 310 | 72 | 332 | 10 | 111 | 0 | 17 | 445 | 104 | 66 |
| Binary | 11001000 | 111010 | 11011010 | 1000 | 1001001 | 0 | 1111 | 100100101 | 1000100 | 110110 |
Color Harmonies of #C83ADA
Complementary color
Monochromatic Colors of #C83ADA
Black with #C83ADA
Text Example
Text Example
White with #C83ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83ADA; }
p { color: rgb(200,58,218); }
H1.HeaderClassName
{
color: #C83ADA;
}
.AnyTagClassName
{
color: #C83ADA;
}
</style>
background-color css
<style>
a { background-color: #C83ADA; }
a { background-color: rgb(200,58,218); }
div.DivClassName
{
background-color: #C83ADA;
}
.BgClassName
{
background-color: #C83ADA;
}
</style>
border-color css
<style>
span { border-color: #C83ADA; }
span { border-color: rgb(200,58,218); }
td.TdClassName
{
border-color: #C83ADA;
}
.TagClassName
{
border-color: #C83ADA;
}
</style>