Shades of Medium Orchid #C83AEF
Tints of Medium Orchid #C83AEF
RGB
CMYK
RGB Variations
Color information
#C83AEF (or 0xC83AEF) is known color: Medium Orchid. HEX triplet: C8, 3A and EF. RGB value is (200,58,239). Sum of RGB (Red+Green+Blue) = 200+58+239=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 58 (23.05% from 255 or 11.67% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #C83AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83AEF is #37C510. Grayscale: #787878. Windows color (decimal): -3654929 or 15678152. OLE color: 15678152.
HSL color Cylindrical-coordinate representation of color #C83AEF: hue angle of 287.07º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C83AEF is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 58 | 239 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.06 |
| HSL | 287.07º | 0.85% | 0.58% | - |
| HSV(B) | 287.07º | 0.76% | 0.94% | - |
| XYZ | 40.91 | 21.54 | 83.66 | - |
| YUV | 121.09 | 194.54 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 239 | 0.16 | 0.76 | 0 | 0.06 | 287.07 | 0.85 | 0.58 |
| Hex | C8 | 3A | EF | 10 | 4C | 0 | 6 | 11F | 55 | 3A |
| Octal | 310 | 72 | 357 | 20 | 114 | 0 | 6 | 437 | 125 | 72 |
| Binary | 11001000 | 111010 | 11101111 | 10000 | 1001100 | 0 | 110 | 100011111 | 1010101 | 111010 |
Color Harmonies of #C83AEF
Complementary color
Monochromatic Colors of #C83AEF
Black with #C83AEF
Text Example
Text Example
White with #C83AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83AEF; }
p { color: rgb(200,58,239); }
H1.HeaderClassName
{
color: #C83AEF;
}
.AnyTagClassName
{
color: #C83AEF;
}
</style>
background-color css
<style>
a { background-color: #C83AEF; }
a { background-color: rgb(200,58,239); }
div.DivClassName
{
background-color: #C83AEF;
}
.BgClassName
{
background-color: #C83AEF;
}
</style>
border-color css
<style>
span { border-color: #C83AEF; }
span { border-color: rgb(200,58,239); }
td.TdClassName
{
border-color: #C83AEF;
}
.TagClassName
{
border-color: #C83AEF;
}
</style>