Shades of Medium Orchid #C534F3
Tints of Medium Orchid #C534F3
RGB
CMYK
RGB Variations
Color information
#C534F3 (or 0xC534F3) is known color: Medium Orchid. HEX triplet: C5, 34 and F3. RGB value is (197,52,243). Sum of RGB (Red+Green+Blue) = 197+52+243=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 52 (20.70% from 255 or 10.57% from 492); Blue value is 243 (95.31% from 255 or 49.39% from 492); Max value from RGB is 243 - color contains mainly: blue. Hex color #C534F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C534F3 is #3ACB0C. Grayscale: #747474. Windows color (decimal): -3853069 or 15938757. OLE color: 15938757.
HSL color Cylindrical-coordinate representation of color #C534F3: hue angle of 285.55º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C534F3 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 52 | 243 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.05 |
| HSL | 285.55º | 0.89% | 0.58% | - |
| HSV(B) | 285.55º | 0.79% | 0.95% | - |
| XYZ | 40.43 | 20.8 | 86.68 | - |
| YUV | 117.13 | 199.04 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 243 | 0.19 | 0.79 | 0 | 0.05 | 285.55 | 0.89 | 0.58 |
| Hex | C5 | 34 | F3 | 13 | 4F | 0 | 5 | 11E | 59 | 3A |
| Octal | 305 | 64 | 363 | 23 | 117 | 0 | 5 | 436 | 131 | 72 |
| Binary | 11000101 | 110100 | 11110011 | 10011 | 1001111 | 0 | 101 | 100011110 | 1011001 | 111010 |
Color Harmonies of #C534F3
Complementary color
Monochromatic Colors of #C534F3
Black with #C534F3
Text Example
Text Example
White with #C534F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C534F3; }
p { color: rgb(197,52,243); }
H1.HeaderClassName
{
color: #C534F3;
}
.AnyTagClassName
{
color: #C534F3;
}
</style>
background-color css
<style>
a { background-color: #C534F3; }
a { background-color: rgb(197,52,243); }
div.DivClassName
{
background-color: #C534F3;
}
.BgClassName
{
background-color: #C534F3;
}
</style>
border-color css
<style>
span { border-color: #C534F3; }
span { border-color: rgb(197,52,243); }
td.TdClassName
{
border-color: #C534F3;
}
.TagClassName
{
border-color: #C534F3;
}
</style>