Shades of Medium Orchid #C55AE8
Tints of Medium Orchid #C55AE8
RGB
CMYK
RGB Variations
Color information
#C55AE8 (or 0xC55AE8) is known color: Medium Orchid. HEX triplet: C5, 5A and E8. RGB value is (197,90,232). Sum of RGB (Red+Green+Blue) = 197+90+232=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 232 (91.02% from 255 or 44.70% from 519); Max value from RGB is 232 - color contains mainly: blue. Hex color #C55AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55AE8 is #3AA517. Grayscale: #898989. Windows color (decimal): -3843352 or 15227589. OLE color: 15227589.
HSL color Cylindrical-coordinate representation of color #C55AE8: hue angle of 285.21º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C55AE8 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 90 | 232 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.09 |
| HSL | 285.21º | 0.76% | 0.63% | - |
| HSV(B) | 285.21º | 0.61% | 0.91% | - |
| XYZ | 41.25 | 25.01 | 79 | - |
| YUV | 138.18 | 180.95 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 232 | 0.15 | 0.61 | 0 | 0.09 | 285.21 | 0.76 | 0.63 |
| Hex | C5 | 5A | E8 | F | 3D | 0 | 9 | 11D | 4C | 3F |
| Octal | 305 | 132 | 350 | 17 | 75 | 0 | 11 | 435 | 114 | 77 |
| Binary | 11000101 | 1011010 | 11101000 | 1111 | 111101 | 0 | 1001 | 100011101 | 1001100 | 111111 |
Color Harmonies of #C55AE8
Complementary color
Monochromatic Colors of #C55AE8
Black with #C55AE8
Text Example
Text Example
White with #C55AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55AE8; }
p { color: rgb(197,90,232); }
H1.HeaderClassName
{
color: #C55AE8;
}
.AnyTagClassName
{
color: #C55AE8;
}
</style>
background-color css
<style>
a { background-color: #C55AE8; }
a { background-color: rgb(197,90,232); }
div.DivClassName
{
background-color: #C55AE8;
}
.BgClassName
{
background-color: #C55AE8;
}
</style>
border-color css
<style>
span { border-color: #C55AE8; }
span { border-color: rgb(197,90,232); }
td.TdClassName
{
border-color: #C55AE8;
}
.TagClassName
{
border-color: #C55AE8;
}
</style>