Shades of Medium Orchid #C534EF
Tints of Medium Orchid #C534EF
RGB
CMYK
RGB Variations
Color information
#C534EF (or 0xC534EF) is known color: Medium Orchid. HEX triplet: C5, 34 and EF. RGB value is (197,52,239). Sum of RGB (Red+Green+Blue) = 197+52+239=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 52 (20.70% from 255 or 10.66% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #C534EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C534EF is #3ACB10. Grayscale: #747474. Windows color (decimal): -3853073 or 15676613. OLE color: 15676613.
HSL color Cylindrical-coordinate representation of color #C534EF: hue angle of 286.52º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C534EF is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 52 | 239 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.06 |
| HSL | 286.52º | 0.85% | 0.57% | - |
| HSV(B) | 286.52º | 0.78% | 0.94% | - |
| XYZ | 39.83 | 20.56 | 83.53 | - |
| YUV | 116.67 | 197.04 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 239 | 0.18 | 0.78 | 0 | 0.06 | 286.52 | 0.85 | 0.57 |
| Hex | C5 | 34 | EF | 12 | 4E | 0 | 6 | 11F | 55 | 39 |
| Octal | 305 | 64 | 357 | 22 | 116 | 0 | 6 | 437 | 125 | 71 |
| Binary | 11000101 | 110100 | 11101111 | 10010 | 1001110 | 0 | 110 | 100011111 | 1010101 | 111001 |
Color Harmonies of #C534EF
Complementary color
Monochromatic Colors of #C534EF
Black with #C534EF
Text Example
Text Example
White with #C534EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C534EF; }
p { color: rgb(197,52,239); }
H1.HeaderClassName
{
color: #C534EF;
}
.AnyTagClassName
{
color: #C534EF;
}
</style>
background-color css
<style>
a { background-color: #C534EF; }
a { background-color: rgb(197,52,239); }
div.DivClassName
{
background-color: #C534EF;
}
.BgClassName
{
background-color: #C534EF;
}
</style>
border-color css
<style>
span { border-color: #C534EF; }
span { border-color: rgb(197,52,239); }
td.TdClassName
{
border-color: #C534EF;
}
.TagClassName
{
border-color: #C534EF;
}
</style>