Shades of Medium Orchid #C54BFC
Tints of Medium Orchid #C54BFC
RGB
CMYK
RGB Variations
Color information
#C54BFC (or 0xC54BFC) is known color: Medium Orchid. HEX triplet: C5, 4B and FC. RGB value is (197,75,252). Sum of RGB (Red+Green+Blue) = 197+75+252=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 75 (29.69% from 255 or 14.31% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #C54BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54BFC is #3AB403. Grayscale: #838383. Windows color (decimal): -3847172 or 16534469. OLE color: 16534469.
HSL color Cylindrical-coordinate representation of color #C54BFC: hue angle of 281.36º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C54BFC is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 75 | 252 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.01 |
| HSL | 281.36º | 0.97% | 0.64% | - |
| HSV(B) | 281.36º | 0.7% | 0.99% | - |
| XYZ | 43.11 | 23.93 | 94.44 | - |
| YUV | 131.66 | 195.92 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 252 | 0.22 | 0.70 | 0 | 0.01 | 281.36 | 0.97 | 0.64 |
| Hex | C5 | 4B | FC | 16 | 46 | 0 | 1 | 119 | 61 | 40 |
| Octal | 305 | 113 | 374 | 26 | 106 | 0 | 1 | 431 | 141 | 100 |
| Binary | 11000101 | 1001011 | 11111100 | 10110 | 1000110 | 0 | 1 | 100011001 | 1100001 | 1000000 |
Color Harmonies of #C54BFC
Complementary color
Monochromatic Colors of #C54BFC
Black with #C54BFC
Text Example
Text Example
White with #C54BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54BFC; }
p { color: rgb(197,75,252); }
H1.HeaderClassName
{
color: #C54BFC;
}
.AnyTagClassName
{
color: #C54BFC;
}
</style>
background-color css
<style>
a { background-color: #C54BFC; }
a { background-color: rgb(197,75,252); }
div.DivClassName
{
background-color: #C54BFC;
}
.BgClassName
{
background-color: #C54BFC;
}
</style>
border-color css
<style>
span { border-color: #C54BFC; }
span { border-color: rgb(197,75,252); }
td.TdClassName
{
border-color: #C54BFC;
}
.TagClassName
{
border-color: #C54BFC;
}
</style>