Shades of Medium Orchid #C55ECF
Tints of Medium Orchid #C55ECF
RGB
CMYK
RGB Variations
Color information
#C55ECF (or 0xC55ECF) is known color: Medium Orchid. HEX triplet: C5, 5E and CF. RGB value is (197,94,207). Sum of RGB (Red+Green+Blue) = 197+94+207=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 94 (37.11% from 255 or 18.88% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #C55ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55ECF is #3AA130. Grayscale: #898989. Windows color (decimal): -3842353 or 13590213. OLE color: 13590213.
HSL color Cylindrical-coordinate representation of color #C55ECF: hue angle of 294.69º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C55ECF is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 94 | 207 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.19 |
| HSL | 294.69º | 0.54% | 0.59% | - |
| HSV(B) | 294.69º | 0.55% | 0.81% | - |
| XYZ | 38.29 | 24.38 | 61.72 | - |
| YUV | 137.68 | 167.12 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 207 | 0.05 | 0.55 | 0 | 0.19 | 294.69 | 0.54 | 0.59 |
| Hex | C5 | 5E | CF | 5 | 37 | 0 | 13 | 127 | 36 | 3B |
| Octal | 305 | 136 | 317 | 5 | 67 | 0 | 23 | 447 | 66 | 73 |
| Binary | 11000101 | 1011110 | 11001111 | 101 | 110111 | 0 | 10011 | 100100111 | 110110 | 111011 |
Color Harmonies of #C55ECF
Complementary color
Monochromatic Colors of #C55ECF
Black with #C55ECF
Text Example
Text Example
White with #C55ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55ECF; }
p { color: rgb(197,94,207); }
H1.HeaderClassName
{
color: #C55ECF;
}
.AnyTagClassName
{
color: #C55ECF;
}
</style>
background-color css
<style>
a { background-color: #C55ECF; }
a { background-color: rgb(197,94,207); }
div.DivClassName
{
background-color: #C55ECF;
}
.BgClassName
{
background-color: #C55ECF;
}
</style>
border-color css
<style>
span { border-color: #C55ECF; }
span { border-color: rgb(197,94,207); }
td.TdClassName
{
border-color: #C55ECF;
}
.TagClassName
{
border-color: #C55ECF;
}
</style>