Shades of Medium Orchid #C54FEA
Tints of Medium Orchid #C54FEA
RGB
CMYK
RGB Variations
Color information
#C54FEA (or 0xC54FEA) is known color: Medium Orchid. HEX triplet: C5, 4F and EA. RGB value is (197,79,234). Sum of RGB (Red+Green+Blue) = 197+79+234=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 79 (31.25% from 255 or 15.49% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #C54FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C54FEA is #3AB015. Grayscale: #838383. Windows color (decimal): -3846166 or 15355845. OLE color: 15355845.
HSL color Cylindrical-coordinate representation of color #C54FEA: hue angle of 285.68º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54FEA is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 79 | 234 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.08 |
| HSL | 285.68º | 0.79% | 0.61% | - |
| HSV(B) | 285.68º | 0.66% | 0.92% | - |
| XYZ | 40.67 | 23.4 | 80.22 | - |
| YUV | 131.95 | 185.59 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 234 | 0.16 | 0.66 | 0 | 0.08 | 285.68 | 0.79 | 0.61 |
| Hex | C5 | 4F | EA | 10 | 42 | 0 | 8 | 11E | 4F | 3D |
| Octal | 305 | 117 | 352 | 20 | 102 | 0 | 10 | 436 | 117 | 75 |
| Binary | 11000101 | 1001111 | 11101010 | 10000 | 1000010 | 0 | 1000 | 100011110 | 1001111 | 111101 |
Color Harmonies of #C54FEA
Complementary color
Monochromatic Colors of #C54FEA
Black with #C54FEA
Text Example
Text Example
White with #C54FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54FEA; }
p { color: rgb(197,79,234); }
H1.HeaderClassName
{
color: #C54FEA;
}
.AnyTagClassName
{
color: #C54FEA;
}
</style>
background-color css
<style>
a { background-color: #C54FEA; }
a { background-color: rgb(197,79,234); }
div.DivClassName
{
background-color: #C54FEA;
}
.BgClassName
{
background-color: #C54FEA;
}
</style>
border-color css
<style>
span { border-color: #C54FEA; }
span { border-color: rgb(197,79,234); }
td.TdClassName
{
border-color: #C54FEA;
}
.TagClassName
{
border-color: #C54FEA;
}
</style>