Shades of Medium Orchid #C534FA
Tints of Medium Orchid #C534FA
RGB
CMYK
RGB Variations
Color information
#C534FA (or 0xC534FA) is known color: Medium Orchid. HEX triplet: C5, 34 and FA. RGB value is (197,52,250). Sum of RGB (Red+Green+Blue) = 197+52+250=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 52 (20.70% from 255 or 10.42% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #C534FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C534FA is #3ACB05. Grayscale: #757575. Windows color (decimal): -3853062 or 16397509. OLE color: 16397509.
HSL color Cylindrical-coordinate representation of color #C534FA: hue angle of 283.94º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C534FA is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 52 | 250 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.02 |
| HSL | 283.94º | 0.95% | 0.59% | - |
| HSV(B) | 283.94º | 0.79% | 0.98% | - |
| XYZ | 41.51 | 21.23 | 92.35 | - |
| YUV | 117.93 | 202.54 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 250 | 0.21 | 0.79 | 0 | 0.02 | 283.94 | 0.95 | 0.59 |
| Hex | C5 | 34 | FA | 15 | 4F | 0 | 2 | 11C | 5F | 3B |
| Octal | 305 | 64 | 372 | 25 | 117 | 0 | 2 | 434 | 137 | 73 |
| Binary | 11000101 | 110100 | 11111010 | 10101 | 1001111 | 0 | 10 | 100011100 | 1011111 | 111011 |
Color Harmonies of #C534FA
Complementary color
Monochromatic Colors of #C534FA
Black with #C534FA
Text Example
Text Example
White with #C534FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C534FA; }
p { color: rgb(197,52,250); }
H1.HeaderClassName
{
color: #C534FA;
}
.AnyTagClassName
{
color: #C534FA;
}
</style>
background-color css
<style>
a { background-color: #C534FA; }
a { background-color: rgb(197,52,250); }
div.DivClassName
{
background-color: #C534FA;
}
.BgClassName
{
background-color: #C534FA;
}
</style>
border-color css
<style>
span { border-color: #C534FA; }
span { border-color: rgb(197,52,250); }
td.TdClassName
{
border-color: #C534FA;
}
.TagClassName
{
border-color: #C534FA;
}
</style>