Shades of Medium Orchid #C534F9
Tints of Medium Orchid #C534F9
RGB
CMYK
RGB Variations
Color information
#C534F9 (or 0xC534F9) is known color: Medium Orchid. HEX triplet: C5, 34 and F9. RGB value is (197,52,249). Sum of RGB (Red+Green+Blue) = 197+52+249=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 52 (20.70% from 255 or 10.44% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #C534F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C534F9 is #3ACB06. Grayscale: #757575. Windows color (decimal): -3853063 or 16331973. OLE color: 16331973.
HSL color Cylindrical-coordinate representation of color #C534F9: hue angle of 284.16º degrees, saturation: 0.94, 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 #C534F9 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 52 | 249 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.02 |
| HSL | 284.16º | 0.94% | 0.59% | - |
| HSV(B) | 284.16º | 0.79% | 0.98% | - |
| XYZ | 41.35 | 21.17 | 91.53 | - |
| YUV | 117.81 | 202.04 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 249 | 0.21 | 0.79 | 0 | 0.02 | 284.16 | 0.94 | 0.59 |
| Hex | C5 | 34 | F9 | 15 | 4F | 0 | 2 | 11C | 5E | 3B |
| Octal | 305 | 64 | 371 | 25 | 117 | 0 | 2 | 434 | 136 | 73 |
| Binary | 11000101 | 110100 | 11111001 | 10101 | 1001111 | 0 | 10 | 100011100 | 1011110 | 111011 |
Color Harmonies of #C534F9
Complementary color
Monochromatic Colors of #C534F9
Black with #C534F9
Text Example
Text Example
White with #C534F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C534F9; }
p { color: rgb(197,52,249); }
H1.HeaderClassName
{
color: #C534F9;
}
.AnyTagClassName
{
color: #C534F9;
}
</style>
background-color css
<style>
a { background-color: #C534F9; }
a { background-color: rgb(197,52,249); }
div.DivClassName
{
background-color: #C534F9;
}
.BgClassName
{
background-color: #C534F9;
}
</style>
border-color css
<style>
span { border-color: #C534F9; }
span { border-color: rgb(197,52,249); }
td.TdClassName
{
border-color: #C534F9;
}
.TagClassName
{
border-color: #C534F9;
}
</style>