Shades of Medium Orchid #C545FC
Tints of Medium Orchid #C545FC
RGB
CMYK
RGB Variations
Color information
#C545FC (or 0xC545FC) is known color: Medium Orchid. HEX triplet: C5, 45 and FC. RGB value is (197,69,252). Sum of RGB (Red+Green+Blue) = 197+69+252=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 69 (27.34% from 255 or 13.32% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #C545FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C545FC is #3ABA03. Grayscale: #7F7F7F. Windows color (decimal): -3848708 or 16532933. OLE color: 16532933.
HSL color Cylindrical-coordinate representation of color #C545FC: hue angle of 281.97º 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 #C545FC is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 69 | 252 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.01 |
| HSL | 281.97º | 0.97% | 0.63% | - |
| HSV(B) | 281.97º | 0.73% | 0.99% | - |
| XYZ | 42.72 | 23.15 | 94.31 | - |
| YUV | 128.13 | 197.91 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 252 | 0.22 | 0.73 | 0 | 0.01 | 281.97 | 0.97 | 0.63 |
| Hex | C5 | 45 | FC | 16 | 49 | 0 | 1 | 11A | 61 | 3F |
| Octal | 305 | 105 | 374 | 26 | 111 | 0 | 1 | 432 | 141 | 77 |
| Binary | 11000101 | 1000101 | 11111100 | 10110 | 1001001 | 0 | 1 | 100011010 | 1100001 | 111111 |
Color Harmonies of #C545FC
Complementary color
Monochromatic Colors of #C545FC
Black with #C545FC
Text Example
Text Example
White with #C545FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C545FC; }
p { color: rgb(197,69,252); }
H1.HeaderClassName
{
color: #C545FC;
}
.AnyTagClassName
{
color: #C545FC;
}
</style>
background-color css
<style>
a { background-color: #C545FC; }
a { background-color: rgb(197,69,252); }
div.DivClassName
{
background-color: #C545FC;
}
.BgClassName
{
background-color: #C545FC;
}
</style>
border-color css
<style>
span { border-color: #C545FC; }
span { border-color: rgb(197,69,252); }
td.TdClassName
{
border-color: #C545FC;
}
.TagClassName
{
border-color: #C545FC;
}
</style>