Shades of Medium Orchid #C543FB
Tints of Medium Orchid #C543FB
RGB
CMYK
RGB Variations
Color information
#C543FB (or 0xC543FB) is known color: Medium Orchid. HEX triplet: C5, 43 and FB. RGB value is (197,67,251). Sum of RGB (Red+Green+Blue) = 197+67+251=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 67 (26.56% from 255 or 13.01% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #C543FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C543FB is #3ABC04. Grayscale: #7E7E7E. Windows color (decimal): -3849221 or 16466885. OLE color: 16466885.
HSL color Cylindrical-coordinate representation of color #C543FB: hue angle of 282.39º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C543FB is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 67 | 251 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.02 |
| HSL | 282.39º | 0.96% | 0.62% | - |
| HSV(B) | 282.39º | 0.73% | 0.98% | - |
| XYZ | 42.45 | 22.85 | 93.44 | - |
| YUV | 126.85 | 198.07 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 251 | 0.22 | 0.73 | 0 | 0.02 | 282.39 | 0.96 | 0.62 |
| Hex | C5 | 43 | FB | 16 | 49 | 0 | 2 | 11A | 60 | 3E |
| Octal | 305 | 103 | 373 | 26 | 111 | 0 | 2 | 432 | 140 | 76 |
| Binary | 11000101 | 1000011 | 11111011 | 10110 | 1001001 | 0 | 10 | 100011010 | 1100000 | 111110 |
Color Harmonies of #C543FB
Complementary color
Monochromatic Colors of #C543FB
Black with #C543FB
Text Example
Text Example
White with #C543FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C543FB; }
p { color: rgb(197,67,251); }
H1.HeaderClassName
{
color: #C543FB;
}
.AnyTagClassName
{
color: #C543FB;
}
</style>
background-color css
<style>
a { background-color: #C543FB; }
a { background-color: rgb(197,67,251); }
div.DivClassName
{
background-color: #C543FB;
}
.BgClassName
{
background-color: #C543FB;
}
</style>
border-color css
<style>
span { border-color: #C543FB; }
span { border-color: rgb(197,67,251); }
td.TdClassName
{
border-color: #C543FB;
}
.TagClassName
{
border-color: #C543FB;
}
</style>