Shades of Medium Orchid #C55EDC
Tints of Medium Orchid #C55EDC
RGB
CMYK
RGB Variations
Color information
#C55EDC (or 0xC55EDC) is known color: Medium Orchid. HEX triplet: C5, 5E and DC. RGB value is (197,94,220). Sum of RGB (Red+Green+Blue) = 197+94+220=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #C55EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55EDC is #3AA123. Grayscale: #8A8A8A. Windows color (decimal): -3842340 or 14442181. OLE color: 14442181.
HSL color Cylindrical-coordinate representation of color #C55EDC: hue angle of 289.05º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55EDC is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 94 | 220 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.14 |
| HSL | 289.05º | 0.64% | 0.62% | - |
| HSV(B) | 289.05º | 0.57% | 0.86% | - |
| XYZ | 39.95 | 25.04 | 70.44 | - |
| YUV | 139.16 | 173.62 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 220 | 0.10 | 0.57 | 0 | 0.14 | 289.05 | 0.64 | 0.62 |
| Hex | C5 | 5E | DC | A | 39 | 0 | E | 121 | 40 | 3E |
| Octal | 305 | 136 | 334 | 12 | 71 | 0 | 16 | 441 | 100 | 76 |
| Binary | 11000101 | 1011110 | 11011100 | 1010 | 111001 | 0 | 1110 | 100100001 | 1000000 | 111110 |
Color Harmonies of #C55EDC
Complementary color
Monochromatic Colors of #C55EDC
Black with #C55EDC
Text Example
Text Example
White with #C55EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55EDC; }
p { color: rgb(197,94,220); }
H1.HeaderClassName
{
color: #C55EDC;
}
.AnyTagClassName
{
color: #C55EDC;
}
</style>
background-color css
<style>
a { background-color: #C55EDC; }
a { background-color: rgb(197,94,220); }
div.DivClassName
{
background-color: #C55EDC;
}
.BgClassName
{
background-color: #C55EDC;
}
</style>
border-color css
<style>
span { border-color: #C55EDC; }
span { border-color: rgb(197,94,220); }
td.TdClassName
{
border-color: #C55EDC;
}
.TagClassName
{
border-color: #C55EDC;
}
</style>