Shades of Medium Orchid #C55BEA
Tints of Medium Orchid #C55BEA
RGB
CMYK
RGB Variations
Color information
#C55BEA (or 0xC55BEA) is known color: Medium Orchid. HEX triplet: C5, 5B and EA. RGB value is (197,91,234). Sum of RGB (Red+Green+Blue) = 197+91+234=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 91 (35.94% from 255 or 17.43% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #C55BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55BEA is #3AA415. Grayscale: #8A8A8A. Windows color (decimal): -3843094 or 15358917. OLE color: 15358917.
HSL color Cylindrical-coordinate representation of color #C55BEA: hue angle of 284.48º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C55BEA is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 91 | 234 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.08 |
| HSL | 284.48º | 0.77% | 0.64% | - |
| HSV(B) | 284.48º | 0.61% | 0.92% | - |
| XYZ | 41.62 | 25.29 | 80.53 | - |
| YUV | 139 | 181.62 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 234 | 0.16 | 0.61 | 0 | 0.08 | 284.48 | 0.77 | 0.64 |
| Hex | C5 | 5B | EA | 10 | 3D | 0 | 8 | 11C | 4D | 40 |
| Octal | 305 | 133 | 352 | 20 | 75 | 0 | 10 | 434 | 115 | 100 |
| Binary | 11000101 | 1011011 | 11101010 | 10000 | 111101 | 0 | 1000 | 100011100 | 1001101 | 1000000 |
Color Harmonies of #C55BEA
Complementary color
Monochromatic Colors of #C55BEA
Black with #C55BEA
Text Example
Text Example
White with #C55BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55BEA; }
p { color: rgb(197,91,234); }
H1.HeaderClassName
{
color: #C55BEA;
}
.AnyTagClassName
{
color: #C55BEA;
}
</style>
background-color css
<style>
a { background-color: #C55BEA; }
a { background-color: rgb(197,91,234); }
div.DivClassName
{
background-color: #C55BEA;
}
.BgClassName
{
background-color: #C55BEA;
}
</style>
border-color css
<style>
span { border-color: #C55BEA; }
span { border-color: rgb(197,91,234); }
td.TdClassName
{
border-color: #C55BEA;
}
.TagClassName
{
border-color: #C55BEA;
}
</style>