Shades of Medium Orchid #C534E9
Tints of Medium Orchid #C534E9
RGB
CMYK
RGB Variations
Color information
#C534E9 (or 0xC534E9) is known color: Medium Orchid. HEX triplet: C5, 34 and E9. RGB value is (197,52,233). Sum of RGB (Red+Green+Blue) = 197+52+233=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 52 (20.70% from 255 or 10.79% from 482); Blue value is 233 (91.41% from 255 or 48.34% from 482); Max value from RGB is 233 - color contains mainly: blue. Hex color #C534E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C534E9 is #3ACB16. Grayscale: #737373. Windows color (decimal): -3853079 or 15283397. OLE color: 15283397.
HSL color Cylindrical-coordinate representation of color #C534E9: hue angle of 288.07º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C534E9 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 52 | 233 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.09 |
| HSL | 288.07º | 0.8% | 0.56% | - |
| HSV(B) | 288.07º | 0.78% | 0.91% | - |
| XYZ | 38.96 | 20.21 | 78.94 | - |
| YUV | 115.99 | 194.04 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 233 | 0.15 | 0.78 | 0 | 0.09 | 288.07 | 0.8 | 0.56 |
| Hex | C5 | 34 | E9 | F | 4E | 0 | 9 | 120 | 50 | 38 |
| Octal | 305 | 64 | 351 | 17 | 116 | 0 | 11 | 440 | 120 | 70 |
| Binary | 11000101 | 110100 | 11101001 | 1111 | 1001110 | 0 | 1001 | 100100000 | 1010000 | 111000 |
Color Harmonies of #C534E9
Complementary color
Monochromatic Colors of #C534E9
Black with #C534E9
Text Example
Text Example
White with #C534E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C534E9; }
p { color: rgb(197,52,233); }
H1.HeaderClassName
{
color: #C534E9;
}
.AnyTagClassName
{
color: #C534E9;
}
</style>
background-color css
<style>
a { background-color: #C534E9; }
a { background-color: rgb(197,52,233); }
div.DivClassName
{
background-color: #C534E9;
}
.BgClassName
{
background-color: #C534E9;
}
</style>
border-color css
<style>
span { border-color: #C534E9; }
span { border-color: rgb(197,52,233); }
td.TdClassName
{
border-color: #C534E9;
}
.TagClassName
{
border-color: #C534E9;
}
</style>