Shades of Medium Orchid #C54AF4
Tints of Medium Orchid #C54AF4
RGB
CMYK
RGB Variations
Color information
#C54AF4 (or 0xC54AF4) is known color: Medium Orchid. HEX triplet: C5, 4A and F4. RGB value is (197,74,244). Sum of RGB (Red+Green+Blue) = 197+74+244=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 74 (29.30% from 255 or 14.37% from 515); Blue value is 244 (95.70% from 255 or 47.38% from 515); Max value from RGB is 244 - color contains mainly: blue. Hex color #C54AF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54AF4 is #3AB50B. Grayscale: #818181. Windows color (decimal): -3847436 or 16009925. OLE color: 16009925.
HSL color Cylindrical-coordinate representation of color #C54AF4: hue angle of 283.41º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C54AF4 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 74 | 244 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.04 |
| HSL | 283.41º | 0.89% | 0.62% | - |
| HSV(B) | 283.41º | 0.7% | 0.96% | - |
| XYZ | 41.8 | 23.3 | 87.88 | - |
| YUV | 130.16 | 192.25 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 244 | 0.19 | 0.70 | 0 | 0.04 | 283.41 | 0.89 | 0.62 |
| Hex | C5 | 4A | F4 | 13 | 46 | 0 | 4 | 11B | 59 | 3E |
| Octal | 305 | 112 | 364 | 23 | 106 | 0 | 4 | 433 | 131 | 76 |
| Binary | 11000101 | 1001010 | 11110100 | 10011 | 1000110 | 0 | 100 | 100011011 | 1011001 | 111110 |
Color Harmonies of #C54AF4
Complementary color
Monochromatic Colors of #C54AF4
Black with #C54AF4
Text Example
Text Example
White with #C54AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54AF4; }
p { color: rgb(197,74,244); }
H1.HeaderClassName
{
color: #C54AF4;
}
.AnyTagClassName
{
color: #C54AF4;
}
</style>
background-color css
<style>
a { background-color: #C54AF4; }
a { background-color: rgb(197,74,244); }
div.DivClassName
{
background-color: #C54AF4;
}
.BgClassName
{
background-color: #C54AF4;
}
</style>
border-color css
<style>
span { border-color: #C54AF4; }
span { border-color: rgb(197,74,244); }
td.TdClassName
{
border-color: #C54AF4;
}
.TagClassName
{
border-color: #C54AF4;
}
</style>