Shades of Medium Orchid #C543FD
Tints of Medium Orchid #C543FD
RGB
CMYK
RGB Variations
Color information
#C543FD (or 0xC543FD) is known color: Medium Orchid. HEX triplet: C5, 43 and FD. RGB value is (197,67,253). Sum of RGB (Red+Green+Blue) = 197+67+253=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 67 (26.56% from 255 or 12.96% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #C543FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C543FD is #3ABC02. Grayscale: #7E7E7E. Windows color (decimal): -3849219 or 16597957. OLE color: 16597957.
HSL color Cylindrical-coordinate representation of color #C543FD: hue angle of 281.94º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C543FD is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 67 | 253 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.01 |
| HSL | 281.94º | 0.98% | 0.63% | - |
| HSV(B) | 281.94º | 0.74% | 0.99% | - |
| XYZ | 42.76 | 22.98 | 95.11 | - |
| YUV | 127.07 | 199.07 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 253 | 0.22 | 0.74 | 0 | 0.01 | 281.94 | 0.98 | 0.63 |
| Hex | C5 | 43 | FD | 16 | 4A | 0 | 1 | 11A | 62 | 3F |
| Octal | 305 | 103 | 375 | 26 | 112 | 0 | 1 | 432 | 142 | 77 |
| Binary | 11000101 | 1000011 | 11111101 | 10110 | 1001010 | 0 | 1 | 100011010 | 1100010 | 111111 |
Color Harmonies of #C543FD
Complementary color
Monochromatic Colors of #C543FD
Black with #C543FD
Text Example
Text Example
White with #C543FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C543FD; }
p { color: rgb(197,67,253); }
H1.HeaderClassName
{
color: #C543FD;
}
.AnyTagClassName
{
color: #C543FD;
}
</style>
background-color css
<style>
a { background-color: #C543FD; }
a { background-color: rgb(197,67,253); }
div.DivClassName
{
background-color: #C543FD;
}
.BgClassName
{
background-color: #C543FD;
}
</style>
border-color css
<style>
span { border-color: #C543FD; }
span { border-color: rgb(197,67,253); }
td.TdClassName
{
border-color: #C543FD;
}
.TagClassName
{
border-color: #C543FD;
}
</style>