Shades of Medium Orchid #C83AE8
Tints of Medium Orchid #C83AE8
RGB
CMYK
RGB Variations
Color information
#C83AE8 (or 0xC83AE8) is known color: Medium Orchid. HEX triplet: C8, 3A and E8. RGB value is (200,58,232). Sum of RGB (Red+Green+Blue) = 200+58+232=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 58 (23.05% from 255 or 11.84% from 490); Blue value is 232 (91.02% from 255 or 47.35% from 490); Max value from RGB is 232 - color contains mainly: blue. Hex color #C83AE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83AE8 is #37C517. Grayscale: #777777. Windows color (decimal): -3654936 or 15219400. OLE color: 15219400.
HSL color Cylindrical-coordinate representation of color #C83AE8: hue angle of 288.97º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83AE8 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 58 | 232 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.09 |
| HSL | 288.97º | 0.79% | 0.57% | - |
| HSV(B) | 288.97º | 0.75% | 0.91% | - |
| XYZ | 39.9 | 21.13 | 78.32 | - |
| YUV | 120.29 | 191.04 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 232 | 0.14 | 0.75 | 0 | 0.09 | 288.97 | 0.79 | 0.57 |
| Hex | C8 | 3A | E8 | E | 4B | 0 | 9 | 121 | 4F | 39 |
| Octal | 310 | 72 | 350 | 16 | 113 | 0 | 11 | 441 | 117 | 71 |
| Binary | 11001000 | 111010 | 11101000 | 1110 | 1001011 | 0 | 1001 | 100100001 | 1001111 | 111001 |
Color Harmonies of #C83AE8
Complementary color
Monochromatic Colors of #C83AE8
Black with #C83AE8
Text Example
Text Example
White with #C83AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83AE8; }
p { color: rgb(200,58,232); }
H1.HeaderClassName
{
color: #C83AE8;
}
.AnyTagClassName
{
color: #C83AE8;
}
</style>
background-color css
<style>
a { background-color: #C83AE8; }
a { background-color: rgb(200,58,232); }
div.DivClassName
{
background-color: #C83AE8;
}
.BgClassName
{
background-color: #C83AE8;
}
</style>
border-color css
<style>
span { border-color: #C83AE8; }
span { border-color: rgb(200,58,232); }
td.TdClassName
{
border-color: #C83AE8;
}
.TagClassName
{
border-color: #C83AE8;
}
</style>