Shades of Medium Orchid #C83CEF
Tints of Medium Orchid #C83CEF
RGB
CMYK
RGB Variations
Color information
#C83CEF (or 0xC83CEF) is known color: Medium Orchid. HEX triplet: C8, 3C and EF. RGB value is (200,60,239). Sum of RGB (Red+Green+Blue) = 200+60+239=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 60 (23.83% from 255 or 12.02% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #C83CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83CEF is #37C310. Grayscale: #797979. Windows color (decimal): -3654417 or 15678664. OLE color: 15678664.
HSL color Cylindrical-coordinate representation of color #C83CEF: hue angle of 286.93º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83CEF is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 60 | 239 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.06 |
| HSL | 286.93º | 0.85% | 0.59% | - |
| HSV(B) | 286.93º | 0.75% | 0.94% | - |
| XYZ | 41.02 | 21.74 | 83.7 | - |
| YUV | 122.27 | 193.88 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 239 | 0.16 | 0.75 | 0 | 0.06 | 286.93 | 0.85 | 0.59 |
| Hex | C8 | 3C | EF | 10 | 4B | 0 | 6 | 11F | 55 | 3B |
| Octal | 310 | 74 | 357 | 20 | 113 | 0 | 6 | 437 | 125 | 73 |
| Binary | 11001000 | 111100 | 11101111 | 10000 | 1001011 | 0 | 110 | 100011111 | 1010101 | 111011 |
Color Harmonies of #C83CEF
Complementary color
Monochromatic Colors of #C83CEF
Black with #C83CEF
Text Example
Text Example
White with #C83CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83CEF; }
p { color: rgb(200,60,239); }
H1.HeaderClassName
{
color: #C83CEF;
}
.AnyTagClassName
{
color: #C83CEF;
}
</style>
background-color css
<style>
a { background-color: #C83CEF; }
a { background-color: rgb(200,60,239); }
div.DivClassName
{
background-color: #C83CEF;
}
.BgClassName
{
background-color: #C83CEF;
}
</style>
border-color css
<style>
span { border-color: #C83CEF; }
span { border-color: rgb(200,60,239); }
td.TdClassName
{
border-color: #C83CEF;
}
.TagClassName
{
border-color: #C83CEF;
}
</style>