Shades of Medium Orchid #C545FA
Tints of Medium Orchid #C545FA
RGB
CMYK
RGB Variations
Color information
#C545FA (or 0xC545FA) is known color: Medium Orchid. HEX triplet: C5, 45 and FA. RGB value is (197,69,250). Sum of RGB (Red+Green+Blue) = 197+69+250=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 69 (27.34% from 255 or 13.37% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #C545FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C545FA is #3ABA05. Grayscale: #7F7F7F. Windows color (decimal): -3848710 or 16401861. OLE color: 16401861.
HSL color Cylindrical-coordinate representation of color #C545FA: hue angle of 282.43º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C545FA is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 69 | 250 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.02 |
| HSL | 282.43º | 0.95% | 0.63% | - |
| HSV(B) | 282.43º | 0.72% | 0.98% | - |
| XYZ | 42.41 | 23.03 | 92.65 | - |
| YUV | 127.91 | 196.91 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 250 | 0.21 | 0.72 | 0 | 0.02 | 282.43 | 0.95 | 0.63 |
| Hex | C5 | 45 | FA | 15 | 48 | 0 | 2 | 11A | 5F | 3F |
| Octal | 305 | 105 | 372 | 25 | 110 | 0 | 2 | 432 | 137 | 77 |
| Binary | 11000101 | 1000101 | 11111010 | 10101 | 1001000 | 0 | 10 | 100011010 | 1011111 | 111111 |
Color Harmonies of #C545FA
Complementary color
Monochromatic Colors of #C545FA
Black with #C545FA
Text Example
Text Example
White with #C545FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C545FA; }
p { color: rgb(197,69,250); }
H1.HeaderClassName
{
color: #C545FA;
}
.AnyTagClassName
{
color: #C545FA;
}
</style>
background-color css
<style>
a { background-color: #C545FA; }
a { background-color: rgb(197,69,250); }
div.DivClassName
{
background-color: #C545FA;
}
.BgClassName
{
background-color: #C545FA;
}
</style>
border-color css
<style>
span { border-color: #C545FA; }
span { border-color: rgb(197,69,250); }
td.TdClassName
{
border-color: #C545FA;
}
.TagClassName
{
border-color: #C545FA;
}
</style>