Shades of Medium Orchid #C83CEE
Tints of Medium Orchid #C83CEE
RGB
CMYK
RGB Variations
Color information
#C83CEE (or 0xC83CEE) is known color: Medium Orchid. HEX triplet: C8, 3C and EE. RGB value is (200,60,238). Sum of RGB (Red+Green+Blue) = 200+60+238=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 60 (23.83% from 255 or 12.05% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #C83CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83CEE is #37C311. Grayscale: #797979. Windows color (decimal): -3654418 or 15613128. OLE color: 15613128.
HSL color Cylindrical-coordinate representation of color #C83CEE: hue angle of 287.19º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83CEE is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 60 | 238 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.07 |
| HSL | 287.19º | 0.84% | 0.58% | - |
| HSV(B) | 287.19º | 0.75% | 0.93% | - |
| XYZ | 40.87 | 21.68 | 82.92 | - |
| YUV | 122.15 | 193.38 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 238 | 0.16 | 0.75 | 0 | 0.07 | 287.19 | 0.84 | 0.58 |
| Hex | C8 | 3C | EE | 10 | 4B | 0 | 7 | 11F | 54 | 3A |
| Octal | 310 | 74 | 356 | 20 | 113 | 0 | 7 | 437 | 124 | 72 |
| Binary | 11001000 | 111100 | 11101110 | 10000 | 1001011 | 0 | 111 | 100011111 | 1010100 | 111010 |
Color Harmonies of #C83CEE
Complementary color
Monochromatic Colors of #C83CEE
Black with #C83CEE
Text Example
Text Example
White with #C83CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83CEE; }
p { color: rgb(200,60,238); }
H1.HeaderClassName
{
color: #C83CEE;
}
.AnyTagClassName
{
color: #C83CEE;
}
</style>
background-color css
<style>
a { background-color: #C83CEE; }
a { background-color: rgb(200,60,238); }
div.DivClassName
{
background-color: #C83CEE;
}
.BgClassName
{
background-color: #C83CEE;
}
</style>
border-color css
<style>
span { border-color: #C83CEE; }
span { border-color: rgb(200,60,238); }
td.TdClassName
{
border-color: #C83CEE;
}
.TagClassName
{
border-color: #C83CEE;
}
</style>