Shades of Medium Orchid #C534F2
Tints of Medium Orchid #C534F2
RGB
CMYK
RGB Variations
Color information
#C534F2 (or 0xC534F2) is known color: Medium Orchid. HEX triplet: C5, 34 and F2. RGB value is (197,52,242). Sum of RGB (Red+Green+Blue) = 197+52+242=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 52 (20.70% from 255 or 10.59% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 242 - color contains mainly: blue. Hex color #C534F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C534F2 is #3ACB0D. Grayscale: #747474. Windows color (decimal): -3853070 or 15873221. OLE color: 15873221.
HSL color Cylindrical-coordinate representation of color #C534F2: hue angle of 285.79º degrees, saturation: 0.88, 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 #C534F2 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 52 | 242 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.05 |
| HSL | 285.79º | 0.88% | 0.58% | - |
| HSV(B) | 285.79º | 0.79% | 0.95% | - |
| XYZ | 40.28 | 20.74 | 85.88 | - |
| YUV | 117.02 | 198.54 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 242 | 0.19 | 0.79 | 0 | 0.05 | 285.79 | 0.88 | 0.58 |
| Hex | C5 | 34 | F2 | 13 | 4F | 0 | 5 | 11E | 58 | 3A |
| Octal | 305 | 64 | 362 | 23 | 117 | 0 | 5 | 436 | 130 | 72 |
| Binary | 11000101 | 110100 | 11110010 | 10011 | 1001111 | 0 | 101 | 100011110 | 1011000 | 111010 |
Color Harmonies of #C534F2
Complementary color
Monochromatic Colors of #C534F2
Black with #C534F2
Text Example
Text Example
White with #C534F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C534F2; }
p { color: rgb(197,52,242); }
H1.HeaderClassName
{
color: #C534F2;
}
.AnyTagClassName
{
color: #C534F2;
}
</style>
background-color css
<style>
a { background-color: #C534F2; }
a { background-color: rgb(197,52,242); }
div.DivClassName
{
background-color: #C534F2;
}
.BgClassName
{
background-color: #C534F2;
}
</style>
border-color css
<style>
span { border-color: #C534F2; }
span { border-color: rgb(197,52,242); }
td.TdClassName
{
border-color: #C534F2;
}
.TagClassName
{
border-color: #C534F2;
}
</style>