Shades of Medium Orchid #C55AF0
Tints of Medium Orchid #C55AF0
RGB
CMYK
RGB Variations
Color information
#C55AF0 (or 0xC55AF0) is known color: Medium Orchid. HEX triplet: C5, 5A and F0. RGB value is (197,90,240). Sum of RGB (Red+Green+Blue) = 197+90+240=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 90 (35.55% from 255 or 17.08% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #C55AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55AF0 is #3AA50F. Grayscale: #8A8A8A. Windows color (decimal): -3843344 or 15751877. OLE color: 15751877.
HSL color Cylindrical-coordinate representation of color #C55AF0: hue angle of 282.8º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C55AF0 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 90 | 240 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.06 |
| HSL | 282.8º | 0.83% | 0.65% | - |
| HSV(B) | 282.8º | 0.63% | 0.94% | - |
| XYZ | 42.41 | 25.47 | 85.12 | - |
| YUV | 139.09 | 184.95 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 240 | 0.18 | 0.62 | 0 | 0.06 | 282.8 | 0.83 | 0.65 |
| Hex | C5 | 5A | F0 | 12 | 3E | 0 | 6 | 11B | 53 | 41 |
| Octal | 305 | 132 | 360 | 22 | 76 | 0 | 6 | 433 | 123 | 101 |
| Binary | 11000101 | 1011010 | 11110000 | 10010 | 111110 | 0 | 110 | 100011011 | 1010011 | 1000001 |
Color Harmonies of #C55AF0
Complementary color
Monochromatic Colors of #C55AF0
Black with #C55AF0
Text Example
Text Example
White with #C55AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55AF0; }
p { color: rgb(197,90,240); }
H1.HeaderClassName
{
color: #C55AF0;
}
.AnyTagClassName
{
color: #C55AF0;
}
</style>
background-color css
<style>
a { background-color: #C55AF0; }
a { background-color: rgb(197,90,240); }
div.DivClassName
{
background-color: #C55AF0;
}
.BgClassName
{
background-color: #C55AF0;
}
</style>
border-color css
<style>
span { border-color: #C55AF0; }
span { border-color: rgb(197,90,240); }
td.TdClassName
{
border-color: #C55AF0;
}
.TagClassName
{
border-color: #C55AF0;
}
</style>