Shades of Medium Orchid #C83AFA
Tints of Medium Orchid #C83AFA
RGB
CMYK
RGB Variations
Color information
#C83AFA (or 0xC83AFA) is known color: Medium Orchid. HEX triplet: C8, 3A and FA. RGB value is (200,58,250). Sum of RGB (Red+Green+Blue) = 200+58+250=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 58 (23.05% from 255 or 11.42% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #C83AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83AFA is #37C505. Grayscale: #797979. Windows color (decimal): -3654918 or 16399048. OLE color: 16399048.
HSL color Cylindrical-coordinate representation of color #C83AFA: hue angle of 284.38º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C83AFA is Cyan = 0.2, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 58 | 250 | - |
| CMYK | 0.2 | 0.77 | 0 | 0.02 |
| HSL | 284.38º | 0.95% | 0.6% | - |
| HSV(B) | 284.38º | 0.77% | 0.98% | - |
| XYZ | 42.59 | 22.21 | 92.48 | - |
| YUV | 122.35 | 200.04 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 250 | 0.2 | 0.77 | 0 | 0.02 | 284.38 | 0.95 | 0.6 |
| Hex | C8 | 3A | FA | 14 | 4D | 0 | 2 | 11C | 5F | 3C |
| Octal | 310 | 72 | 372 | 24 | 115 | 0 | 2 | 434 | 137 | 74 |
| Binary | 11001000 | 111010 | 11111010 | 10100 | 1001101 | 0 | 10 | 100011100 | 1011111 | 111100 |
Color Harmonies of #C83AFA
Complementary color
Monochromatic Colors of #C83AFA
Black with #C83AFA
Text Example
Text Example
White with #C83AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83AFA; }
p { color: rgb(200,58,250); }
H1.HeaderClassName
{
color: #C83AFA;
}
.AnyTagClassName
{
color: #C83AFA;
}
</style>
background-color css
<style>
a { background-color: #C83AFA; }
a { background-color: rgb(200,58,250); }
div.DivClassName
{
background-color: #C83AFA;
}
.BgClassName
{
background-color: #C83AFA;
}
</style>
border-color css
<style>
span { border-color: #C83AFA; }
span { border-color: rgb(200,58,250); }
td.TdClassName
{
border-color: #C83AFA;
}
.TagClassName
{
border-color: #C83AFA;
}
</style>