Shades of Medium Orchid #C83ADC
Tints of Medium Orchid #C83ADC
RGB
CMYK
RGB Variations
Color information
#C83ADC (or 0xC83ADC) is known color: Medium Orchid. HEX triplet: C8, 3A and DC. RGB value is (200,58,220). Sum of RGB (Red+Green+Blue) = 200+58+220=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 58 (23.05% from 255 or 12.13% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #C83ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83ADC is #37C523. Grayscale: #767676. Windows color (decimal): -3654948 or 14432968. OLE color: 14432968.
HSL color Cylindrical-coordinate representation of color #C83ADC: hue angle of 292.59º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C83ADC is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 58 | 220 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.14 |
| HSL | 292.59º | 0.7% | 0.55% | - |
| HSV(B) | 292.59º | 0.74% | 0.86% | - |
| XYZ | 38.25 | 20.47 | 69.65 | - |
| YUV | 118.93 | 185.04 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 220 | 0.09 | 0.74 | 0 | 0.14 | 292.59 | 0.7 | 0.55 |
| Hex | C8 | 3A | DC | 9 | 4A | 0 | E | 125 | 46 | 37 |
| Octal | 310 | 72 | 334 | 11 | 112 | 0 | 16 | 445 | 106 | 67 |
| Binary | 11001000 | 111010 | 11011100 | 1001 | 1001010 | 0 | 1110 | 100100101 | 1000110 | 110111 |
Color Harmonies of #C83ADC
Complementary color
Monochromatic Colors of #C83ADC
Black with #C83ADC
Text Example
Text Example
White with #C83ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83ADC; }
p { color: rgb(200,58,220); }
H1.HeaderClassName
{
color: #C83ADC;
}
.AnyTagClassName
{
color: #C83ADC;
}
</style>
background-color css
<style>
a { background-color: #C83ADC; }
a { background-color: rgb(200,58,220); }
div.DivClassName
{
background-color: #C83ADC;
}
.BgClassName
{
background-color: #C83ADC;
}
</style>
border-color css
<style>
span { border-color: #C83ADC; }
span { border-color: rgb(200,58,220); }
td.TdClassName
{
border-color: #C83ADC;
}
.TagClassName
{
border-color: #C83ADC;
}
</style>