Shades of Medium Orchid #C534D8
Tints of Medium Orchid #C534D8
RGB
CMYK
RGB Variations
Color information
#C534D8 (or 0xC534D8) is known color: Medium Orchid. HEX triplet: C5, 34 and D8. RGB value is (197,52,216). Sum of RGB (Red+Green+Blue) = 197+52+216=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 216 (84.77% from 255 or 46.45% from 465); Max value from RGB is 216 - color contains mainly: blue. Hex color #C534D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C534D8 is #3ACB27. Grayscale: #717171. Windows color (decimal): -3853096 or 14169285. OLE color: 14169285.
HSL color Cylindrical-coordinate representation of color #C534D8: hue angle of 293.05º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C534D8 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 52 | 216 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.15 |
| HSL | 293.05º | 0.68% | 0.53% | - |
| HSV(B) | 293.05º | 0.76% | 0.85% | - |
| XYZ | 36.65 | 19.28 | 66.76 | - |
| YUV | 114.05 | 185.54 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 216 | 0.09 | 0.76 | 0 | 0.15 | 293.05 | 0.68 | 0.53 |
| Hex | C5 | 34 | D8 | 9 | 4C | 0 | F | 125 | 44 | 35 |
| Octal | 305 | 64 | 330 | 11 | 114 | 0 | 17 | 445 | 104 | 65 |
| Binary | 11000101 | 110100 | 11011000 | 1001 | 1001100 | 0 | 1111 | 100100101 | 1000100 | 110101 |
Color Harmonies of #C534D8
Complementary color
Monochromatic Colors of #C534D8
Black with #C534D8
Text Example
Text Example
White with #C534D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C534D8; }
p { color: rgb(197,52,216); }
H1.HeaderClassName
{
color: #C534D8;
}
.AnyTagClassName
{
color: #C534D8;
}
</style>
background-color css
<style>
a { background-color: #C534D8; }
a { background-color: rgb(197,52,216); }
div.DivClassName
{
background-color: #C534D8;
}
.BgClassName
{
background-color: #C534D8;
}
</style>
border-color css
<style>
span { border-color: #C534D8; }
span { border-color: rgb(197,52,216); }
td.TdClassName
{
border-color: #C534D8;
}
.TagClassName
{
border-color: #C534D8;
}
</style>