Shades of Medium Orchid #C54FCF
Tints of Medium Orchid #C54FCF
RGB
CMYK
RGB Variations
Color information
#C54FCF (or 0xC54FCF) is known color: Medium Orchid. HEX triplet: C5, 4F and CF. RGB value is (197,79,207). Sum of RGB (Red+Green+Blue) = 197+79+207=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #C54FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54FCF is #3AB030. Grayscale: #808080. Windows color (decimal): -3846193 or 13586373. OLE color: 13586373.
HSL color Cylindrical-coordinate representation of color #C54FCF: hue angle of 295.31º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C54FCF is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 79 | 207 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.19 |
| HSL | 295.31º | 0.57% | 0.56% | - |
| HSV(B) | 295.31º | 0.62% | 0.81% | - |
| XYZ | 37.08 | 21.97 | 61.32 | - |
| YUV | 128.87 | 172.09 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 207 | 0.05 | 0.62 | 0 | 0.19 | 295.31 | 0.57 | 0.56 |
| Hex | C5 | 4F | CF | 5 | 3E | 0 | 13 | 127 | 39 | 38 |
| Octal | 305 | 117 | 317 | 5 | 76 | 0 | 23 | 447 | 71 | 70 |
| Binary | 11000101 | 1001111 | 11001111 | 101 | 111110 | 0 | 10011 | 100100111 | 111001 | 111000 |
Color Harmonies of #C54FCF
Complementary color
Monochromatic Colors of #C54FCF
Black with #C54FCF
Text Example
Text Example
White with #C54FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54FCF; }
p { color: rgb(197,79,207); }
H1.HeaderClassName
{
color: #C54FCF;
}
.AnyTagClassName
{
color: #C54FCF;
}
</style>
background-color css
<style>
a { background-color: #C54FCF; }
a { background-color: rgb(197,79,207); }
div.DivClassName
{
background-color: #C54FCF;
}
.BgClassName
{
background-color: #C54FCF;
}
</style>
border-color css
<style>
span { border-color: #C54FCF; }
span { border-color: rgb(197,79,207); }
td.TdClassName
{
border-color: #C54FCF;
}
.TagClassName
{
border-color: #C54FCF;
}
</style>