Shades of Medium Orchid #C55AF1
Tints of Medium Orchid #C55AF1
RGB
CMYK
RGB Variations
Color information
#C55AF1 (or 0xC55AF1) is known color: Medium Orchid. HEX triplet: C5, 5A and F1. RGB value is (197,90,241). Sum of RGB (Red+Green+Blue) = 197+90+241=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 90 (35.55% from 255 or 17.05% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #C55AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55AF1 is #3AA50E. Grayscale: #8A8A8A. Windows color (decimal): -3843343 or 15817413. OLE color: 15817413.
HSL color Cylindrical-coordinate representation of color #C55AF1: hue angle of 282.52º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C55AF1 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 90 | 241 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.05 |
| HSL | 282.52º | 0.84% | 0.65% | - |
| HSV(B) | 282.52º | 0.63% | 0.95% | - |
| XYZ | 42.56 | 25.53 | 85.9 | - |
| YUV | 139.21 | 185.45 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 241 | 0.18 | 0.63 | 0 | 0.05 | 282.52 | 0.84 | 0.65 |
| Hex | C5 | 5A | F1 | 12 | 3F | 0 | 5 | 11B | 54 | 41 |
| Octal | 305 | 132 | 361 | 22 | 77 | 0 | 5 | 433 | 124 | 101 |
| Binary | 11000101 | 1011010 | 11110001 | 10010 | 111111 | 0 | 101 | 100011011 | 1010100 | 1000001 |
Color Harmonies of #C55AF1
Complementary color
Monochromatic Colors of #C55AF1
Black with #C55AF1
Text Example
Text Example
White with #C55AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55AF1; }
p { color: rgb(197,90,241); }
H1.HeaderClassName
{
color: #C55AF1;
}
.AnyTagClassName
{
color: #C55AF1;
}
</style>
background-color css
<style>
a { background-color: #C55AF1; }
a { background-color: rgb(197,90,241); }
div.DivClassName
{
background-color: #C55AF1;
}
.BgClassName
{
background-color: #C55AF1;
}
</style>
border-color css
<style>
span { border-color: #C55AF1; }
span { border-color: rgb(197,90,241); }
td.TdClassName
{
border-color: #C55AF1;
}
.TagClassName
{
border-color: #C55AF1;
}
</style>