Shades of Medium Orchid #C543FA
Tints of Medium Orchid #C543FA
RGB
CMYK
RGB Variations
Color information
#C543FA (or 0xC543FA) is known color: Medium Orchid. HEX triplet: C5, 43 and FA. RGB value is (197,67,250). Sum of RGB (Red+Green+Blue) = 197+67+250=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 67 (26.56% from 255 or 13.04% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #C543FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C543FA is #3ABC05. Grayscale: #7E7E7E. Windows color (decimal): -3849222 or 16401349. OLE color: 16401349.
HSL color Cylindrical-coordinate representation of color #C543FA: hue angle of 282.62º degrees, saturation: 0.95, 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 #C543FA is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 67 | 250 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.02 |
| HSL | 282.62º | 0.95% | 0.62% | - |
| HSV(B) | 282.62º | 0.73% | 0.98% | - |
| XYZ | 42.29 | 22.79 | 92.61 | - |
| YUV | 126.73 | 197.57 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 250 | 0.21 | 0.73 | 0 | 0.02 | 282.62 | 0.95 | 0.62 |
| Hex | C5 | 43 | FA | 15 | 49 | 0 | 2 | 11B | 5F | 3E |
| Octal | 305 | 103 | 372 | 25 | 111 | 0 | 2 | 433 | 137 | 76 |
| Binary | 11000101 | 1000011 | 11111010 | 10101 | 1001001 | 0 | 10 | 100011011 | 1011111 | 111110 |
Color Harmonies of #C543FA
Complementary color
Monochromatic Colors of #C543FA
Black with #C543FA
Text Example
Text Example
White with #C543FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C543FA; }
p { color: rgb(197,67,250); }
H1.HeaderClassName
{
color: #C543FA;
}
.AnyTagClassName
{
color: #C543FA;
}
</style>
background-color css
<style>
a { background-color: #C543FA; }
a { background-color: rgb(197,67,250); }
div.DivClassName
{
background-color: #C543FA;
}
.BgClassName
{
background-color: #C543FA;
}
</style>
border-color css
<style>
span { border-color: #C543FA; }
span { border-color: rgb(197,67,250); }
td.TdClassName
{
border-color: #C543FA;
}
.TagClassName
{
border-color: #C543FA;
}
</style>