Shades of Medium Orchid #C55EEB
Tints of Medium Orchid #C55EEB
RGB
CMYK
RGB Variations
Color information
#C55EEB (or 0xC55EEB) is known color: Medium Orchid. HEX triplet: C5, 5E and EB. RGB value is (197,94,235). Sum of RGB (Red+Green+Blue) = 197+94+235=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 94 (37.11% from 255 or 17.87% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #C55EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55EEB is #3AA114. Grayscale: #8C8C8C. Windows color (decimal): -3842325 or 15425221. OLE color: 15425221.
HSL color Cylindrical-coordinate representation of color #C55EEB: hue angle of 283.83º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C55EEB is Cyan = 0.16, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 94 | 235 | - |
| CMYK | 0.16 | 0.6 | 0 | 0.08 |
| HSL | 283.83º | 0.78% | 0.65% | - |
| HSV(B) | 283.83º | 0.6% | 0.92% | - |
| XYZ | 42.02 | 25.87 | 81.38 | - |
| YUV | 140.87 | 181.12 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 235 | 0.16 | 0.6 | 0 | 0.08 | 283.83 | 0.78 | 0.65 |
| Hex | C5 | 5E | EB | 10 | 3C | 0 | 8 | 11C | 4E | 41 |
| Octal | 305 | 136 | 353 | 20 | 74 | 0 | 10 | 434 | 116 | 101 |
| Binary | 11000101 | 1011110 | 11101011 | 10000 | 111100 | 0 | 1000 | 100011100 | 1001110 | 1000001 |
Color Harmonies of #C55EEB
Complementary color
Monochromatic Colors of #C55EEB
Black with #C55EEB
Text Example
Text Example
White with #C55EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55EEB; }
p { color: rgb(197,94,235); }
H1.HeaderClassName
{
color: #C55EEB;
}
.AnyTagClassName
{
color: #C55EEB;
}
</style>
background-color css
<style>
a { background-color: #C55EEB; }
a { background-color: rgb(197,94,235); }
div.DivClassName
{
background-color: #C55EEB;
}
.BgClassName
{
background-color: #C55EEB;
}
</style>
border-color css
<style>
span { border-color: #C55EEB; }
span { border-color: rgb(197,94,235); }
td.TdClassName
{
border-color: #C55EEB;
}
.TagClassName
{
border-color: #C55EEB;
}
</style>