Shades of Medium Orchid #C546FE
Tints of Medium Orchid #C546FE
RGB
CMYK
RGB Variations
Color information
#C546FE (or 0xC546FE) is known color: Medium Orchid. HEX triplet: C5, 46 and FE. RGB value is (197,70,254). Sum of RGB (Red+Green+Blue) = 197+70+254=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 70 (27.73% from 255 or 13.44% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #C546FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C546FE is #3AB901. Grayscale: #808080. Windows color (decimal): -3848450 or 16664261. OLE color: 16664261.
HSL color Cylindrical-coordinate representation of color #C546FE: hue angle of 281.41º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C546FE is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 70 | 254 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.00 |
| HSL | 281.41º | 0.99% | 0.64% | - |
| HSV(B) | 281.41º | 0.72% | 1% | - |
| XYZ | 43.11 | 23.41 | 96.01 | - |
| YUV | 128.95 | 198.58 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 254 | 0.22 | 0.72 | 0 | 0.00 | 281.41 | 0.99 | 0.64 |
| Hex | C5 | 46 | FE | 16 | 48 | 0 | 0 | 119 | 63 | 40 |
| Octal | 305 | 106 | 376 | 26 | 110 | 0 | 0 | 431 | 143 | 100 |
| Binary | 11000101 | 1000110 | 11111110 | 10110 | 1001000 | 0 | 0 | 100011001 | 1100011 | 1000000 |
Color Harmonies of #C546FE
Complementary color
Monochromatic Colors of #C546FE
Black with #C546FE
Text Example
Text Example
White with #C546FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C546FE; }
p { color: rgb(197,70,254); }
H1.HeaderClassName
{
color: #C546FE;
}
.AnyTagClassName
{
color: #C546FE;
}
</style>
background-color css
<style>
a { background-color: #C546FE; }
a { background-color: rgb(197,70,254); }
div.DivClassName
{
background-color: #C546FE;
}
.BgClassName
{
background-color: #C546FE;
}
</style>
border-color css
<style>
span { border-color: #C546FE; }
span { border-color: rgb(197,70,254); }
td.TdClassName
{
border-color: #C546FE;
}
.TagClassName
{
border-color: #C546FE;
}
</style>