Shades of Medium Orchid #C543FC
Tints of Medium Orchid #C543FC
RGB
CMYK
RGB Variations
Color information
#C543FC (or 0xC543FC) is known color: Medium Orchid. HEX triplet: C5, 43 and FC. RGB value is (197,67,252). Sum of RGB (Red+Green+Blue) = 197+67+252=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 67 (26.56% from 255 or 12.98% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #C543FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C543FC is #3ABC03. Grayscale: #7E7E7E. Windows color (decimal): -3849220 or 16532421. OLE color: 16532421.
HSL color Cylindrical-coordinate representation of color #C543FC: hue angle of 282.16º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C543FC is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 67 | 252 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.01 |
| HSL | 282.16º | 0.97% | 0.63% | - |
| HSV(B) | 282.16º | 0.73% | 0.99% | - |
| XYZ | 42.6 | 22.91 | 94.27 | - |
| YUV | 126.96 | 198.57 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 252 | 0.22 | 0.73 | 0 | 0.01 | 282.16 | 0.97 | 0.63 |
| Hex | C5 | 43 | FC | 16 | 49 | 0 | 1 | 11A | 61 | 3F |
| Octal | 305 | 103 | 374 | 26 | 111 | 0 | 1 | 432 | 141 | 77 |
| Binary | 11000101 | 1000011 | 11111100 | 10110 | 1001001 | 0 | 1 | 100011010 | 1100001 | 111111 |
Color Harmonies of #C543FC
Complementary color
Monochromatic Colors of #C543FC
Black with #C543FC
Text Example
Text Example
White with #C543FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C543FC; }
p { color: rgb(197,67,252); }
H1.HeaderClassName
{
color: #C543FC;
}
.AnyTagClassName
{
color: #C543FC;
}
</style>
background-color css
<style>
a { background-color: #C543FC; }
a { background-color: rgb(197,67,252); }
div.DivClassName
{
background-color: #C543FC;
}
.BgClassName
{
background-color: #C543FC;
}
</style>
border-color css
<style>
span { border-color: #C543FC; }
span { border-color: rgb(197,67,252); }
td.TdClassName
{
border-color: #C543FC;
}
.TagClassName
{
border-color: #C543FC;
}
</style>