Shades of Medium Orchid #C54FE9
Tints of Medium Orchid #C54FE9
RGB
CMYK
RGB Variations
Color information
#C54FE9 (or 0xC54FE9) is known color: Medium Orchid. HEX triplet: C5, 4F and E9. RGB value is (197,79,233). Sum of RGB (Red+Green+Blue) = 197+79+233=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 79 (31.25% from 255 or 15.52% from 509); Blue value is 233 (91.41% from 255 or 45.78% from 509); Max value from RGB is 233 - color contains mainly: blue. Hex color #C54FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C54FE9 is #3AB016. Grayscale: #838383. Windows color (decimal): -3846167 or 15290309. OLE color: 15290309.
HSL color Cylindrical-coordinate representation of color #C54FE9: hue angle of 285.97º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54FE9 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 79 | 233 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.09 |
| HSL | 285.97º | 0.78% | 0.61% | - |
| HSV(B) | 285.97º | 0.66% | 0.91% | - |
| XYZ | 40.53 | 23.35 | 79.46 | - |
| YUV | 131.84 | 185.09 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 233 | 0.15 | 0.66 | 0 | 0.09 | 285.97 | 0.78 | 0.61 |
| Hex | C5 | 4F | E9 | F | 42 | 0 | 9 | 11E | 4E | 3D |
| Octal | 305 | 117 | 351 | 17 | 102 | 0 | 11 | 436 | 116 | 75 |
| Binary | 11000101 | 1001111 | 11101001 | 1111 | 1000010 | 0 | 1001 | 100011110 | 1001110 | 111101 |
Color Harmonies of #C54FE9
Complementary color
Monochromatic Colors of #C54FE9
Black with #C54FE9
Text Example
Text Example
White with #C54FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54FE9; }
p { color: rgb(197,79,233); }
H1.HeaderClassName
{
color: #C54FE9;
}
.AnyTagClassName
{
color: #C54FE9;
}
</style>
background-color css
<style>
a { background-color: #C54FE9; }
a { background-color: rgb(197,79,233); }
div.DivClassName
{
background-color: #C54FE9;
}
.BgClassName
{
background-color: #C54FE9;
}
</style>
border-color css
<style>
span { border-color: #C54FE9; }
span { border-color: rgb(197,79,233); }
td.TdClassName
{
border-color: #C54FE9;
}
.TagClassName
{
border-color: #C54FE9;
}
</style>