Shades of Medium Orchid #C54CFA
Tints of Medium Orchid #C54CFA
RGB
CMYK
RGB Variations
Color information
#C54CFA (or 0xC54CFA) is known color: Medium Orchid. HEX triplet: C5, 4C and FA. RGB value is (197,76,250). Sum of RGB (Red+Green+Blue) = 197+76+250=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 76 (30.08% from 255 or 14.53% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #C54CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54CFA is #3AB305. Grayscale: #838383. Windows color (decimal): -3846918 or 16403653. OLE color: 16403653.
HSL color Cylindrical-coordinate representation of color #C54CFA: hue angle of 281.72º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C54CFA is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 76 | 250 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.02 |
| HSL | 281.72º | 0.95% | 0.64% | - |
| HSV(B) | 281.72º | 0.7% | 0.98% | - |
| XYZ | 42.87 | 23.94 | 92.8 | - |
| YUV | 132.02 | 194.59 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 250 | 0.21 | 0.70 | 0 | 0.02 | 281.72 | 0.95 | 0.64 |
| Hex | C5 | 4C | FA | 15 | 46 | 0 | 2 | 11A | 5F | 40 |
| Octal | 305 | 114 | 372 | 25 | 106 | 0 | 2 | 432 | 137 | 100 |
| Binary | 11000101 | 1001100 | 11111010 | 10101 | 1000110 | 0 | 10 | 100011010 | 1011111 | 1000000 |
Color Harmonies of #C54CFA
Complementary color
Monochromatic Colors of #C54CFA
Black with #C54CFA
Text Example
Text Example
White with #C54CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54CFA; }
p { color: rgb(197,76,250); }
H1.HeaderClassName
{
color: #C54CFA;
}
.AnyTagClassName
{
color: #C54CFA;
}
</style>
background-color css
<style>
a { background-color: #C54CFA; }
a { background-color: rgb(197,76,250); }
div.DivClassName
{
background-color: #C54CFA;
}
.BgClassName
{
background-color: #C54CFA;
}
</style>
border-color css
<style>
span { border-color: #C54CFA; }
span { border-color: rgb(197,76,250); }
td.TdClassName
{
border-color: #C54CFA;
}
.TagClassName
{
border-color: #C54CFA;
}
</style>