Shades of Medium Orchid #C55ED0
Tints of Medium Orchid #C55ED0
RGB
CMYK
RGB Variations
Color information
#C55ED0 (or 0xC55ED0) is known color: Medium Orchid. HEX triplet: C5, 5E and D0. RGB value is (197,94,208). Sum of RGB (Red+Green+Blue) = 197+94+208=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 94 (37.11% from 255 or 18.84% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #C55ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55ED0 is #3AA12F. Grayscale: #898989. Windows color (decimal): -3842352 or 13655749. OLE color: 13655749.
HSL color Cylindrical-coordinate representation of color #C55ED0: hue angle of 294.21º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C55ED0 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 94 | 208 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.18 |
| HSL | 294.21º | 0.55% | 0.59% | - |
| HSV(B) | 294.21º | 0.55% | 0.82% | - |
| XYZ | 38.41 | 24.43 | 62.37 | - |
| YUV | 137.79 | 167.62 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 208 | 0.05 | 0.55 | 0 | 0.18 | 294.21 | 0.55 | 0.59 |
| Hex | C5 | 5E | D0 | 5 | 37 | 0 | 12 | 126 | 37 | 3B |
| Octal | 305 | 136 | 320 | 5 | 67 | 0 | 22 | 446 | 67 | 73 |
| Binary | 11000101 | 1011110 | 11010000 | 101 | 110111 | 0 | 10010 | 100100110 | 110111 | 111011 |
Color Harmonies of #C55ED0
Complementary color
Monochromatic Colors of #C55ED0
Black with #C55ED0
Text Example
Text Example
White with #C55ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55ED0; }
p { color: rgb(197,94,208); }
H1.HeaderClassName
{
color: #C55ED0;
}
.AnyTagClassName
{
color: #C55ED0;
}
</style>
background-color css
<style>
a { background-color: #C55ED0; }
a { background-color: rgb(197,94,208); }
div.DivClassName
{
background-color: #C55ED0;
}
.BgClassName
{
background-color: #C55ED0;
}
</style>
border-color css
<style>
span { border-color: #C55ED0; }
span { border-color: rgb(197,94,208); }
td.TdClassName
{
border-color: #C55ED0;
}
.TagClassName
{
border-color: #C55ED0;
}
</style>