Shades of Medium Orchid #C553F0
Tints of Medium Orchid #C553F0
RGB
CMYK
RGB Variations
Color information
#C553F0 (or 0xC553F0) is known color: Medium Orchid. HEX triplet: C5, 53 and F0. RGB value is (197,83,240). Sum of RGB (Red+Green+Blue) = 197+83+240=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 83 (32.81% from 255 or 15.96% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #C553F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C553F0 is #3AAC0F. Grayscale: #868686. Windows color (decimal): -3845136 or 15750085. OLE color: 15750085.
HSL color Cylindrical-coordinate representation of color #C553F0: hue angle of 283.57º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C553F0 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 83 | 240 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.06 |
| HSL | 283.57º | 0.84% | 0.63% | - |
| HSV(B) | 283.57º | 0.65% | 0.94% | - |
| XYZ | 41.85 | 24.35 | 84.93 | - |
| YUV | 134.98 | 187.27 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 240 | 0.18 | 0.65 | 0 | 0.06 | 283.57 | 0.84 | 0.63 |
| Hex | C5 | 53 | F0 | 12 | 41 | 0 | 6 | 11C | 54 | 3F |
| Octal | 305 | 123 | 360 | 22 | 101 | 0 | 6 | 434 | 124 | 77 |
| Binary | 11000101 | 1010011 | 11110000 | 10010 | 1000001 | 0 | 110 | 100011100 | 1010100 | 111111 |
Color Harmonies of #C553F0
Complementary color
Monochromatic Colors of #C553F0
Black with #C553F0
Text Example
Text Example
White with #C553F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C553F0; }
p { color: rgb(197,83,240); }
H1.HeaderClassName
{
color: #C553F0;
}
.AnyTagClassName
{
color: #C553F0;
}
</style>
background-color css
<style>
a { background-color: #C553F0; }
a { background-color: rgb(197,83,240); }
div.DivClassName
{
background-color: #C553F0;
}
.BgClassName
{
background-color: #C553F0;
}
</style>
border-color css
<style>
span { border-color: #C553F0; }
span { border-color: rgb(197,83,240); }
td.TdClassName
{
border-color: #C553F0;
}
.TagClassName
{
border-color: #C553F0;
}
</style>