Shades of Medium Orchid #C534ED
Tints of Medium Orchid #C534ED
RGB
CMYK
RGB Variations
Color information
#C534ED (or 0xC534ED) is known color: Medium Orchid. HEX triplet: C5, 34 and ED. RGB value is (197,52,237). Sum of RGB (Red+Green+Blue) = 197+52+237=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 52 (20.70% from 255 or 10.70% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #C534ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C534ED is #3ACB12. Grayscale: #737373. Windows color (decimal): -3853075 or 15545541. OLE color: 15545541.
HSL color Cylindrical-coordinate representation of color #C534ED: hue angle of 287.03º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C534ED is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 52 | 237 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.07 |
| HSL | 287.03º | 0.84% | 0.57% | - |
| HSV(B) | 287.03º | 0.78% | 0.93% | - |
| XYZ | 39.54 | 20.44 | 81.98 | - |
| YUV | 116.45 | 196.04 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 237 | 0.17 | 0.78 | 0 | 0.07 | 287.03 | 0.84 | 0.57 |
| Hex | C5 | 34 | ED | 11 | 4E | 0 | 7 | 11F | 54 | 39 |
| Octal | 305 | 64 | 355 | 21 | 116 | 0 | 7 | 437 | 124 | 71 |
| Binary | 11000101 | 110100 | 11101101 | 10001 | 1001110 | 0 | 111 | 100011111 | 1010100 | 111001 |
Color Harmonies of #C534ED
Complementary color
Monochromatic Colors of #C534ED
Black with #C534ED
Text Example
Text Example
White with #C534ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C534ED; }
p { color: rgb(197,52,237); }
H1.HeaderClassName
{
color: #C534ED;
}
.AnyTagClassName
{
color: #C534ED;
}
</style>
background-color css
<style>
a { background-color: #C534ED; }
a { background-color: rgb(197,52,237); }
div.DivClassName
{
background-color: #C534ED;
}
.BgClassName
{
background-color: #C534ED;
}
</style>
border-color css
<style>
span { border-color: #C534ED; }
span { border-color: rgb(197,52,237); }
td.TdClassName
{
border-color: #C534ED;
}
.TagClassName
{
border-color: #C534ED;
}
</style>