Shades of Medium Orchid #C55ED6
Tints of Medium Orchid #C55ED6
RGB
CMYK
RGB Variations
Color information
#C55ED6 (or 0xC55ED6) is known color: Medium Orchid. HEX triplet: C5, 5E and D6. RGB value is (197,94,214). Sum of RGB (Red+Green+Blue) = 197+94+214=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 94 (37.11% from 255 or 18.61% from 505); Blue value is 214 (83.98% from 255 or 42.38% from 505); Max value from RGB is 214 - color contains mainly: blue. Hex color #C55ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55ED6 is #3AA129. Grayscale: #8A8A8A. Windows color (decimal): -3842346 or 14048965. OLE color: 14048965.
HSL color Cylindrical-coordinate representation of color #C55ED6: hue angle of 291.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55ED6 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 94 | 214 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.16 |
| HSL | 291.5º | 0.59% | 0.6% | - |
| HSV(B) | 291.5º | 0.56% | 0.84% | - |
| XYZ | 39.17 | 24.73 | 66.33 | - |
| YUV | 138.48 | 170.62 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 214 | 0.08 | 0.56 | 0 | 0.16 | 291.5 | 0.59 | 0.6 |
| Hex | C5 | 5E | D6 | 8 | 38 | 0 | 10 | 124 | 3B | 3C |
| Octal | 305 | 136 | 326 | 10 | 70 | 0 | 20 | 444 | 73 | 74 |
| Binary | 11000101 | 1011110 | 11010110 | 1000 | 111000 | 0 | 10000 | 100100100 | 111011 | 111100 |
Color Harmonies of #C55ED6
Complementary color
Monochromatic Colors of #C55ED6
Black with #C55ED6
Text Example
Text Example
White with #C55ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55ED6; }
p { color: rgb(197,94,214); }
H1.HeaderClassName
{
color: #C55ED6;
}
.AnyTagClassName
{
color: #C55ED6;
}
</style>
background-color css
<style>
a { background-color: #C55ED6; }
a { background-color: rgb(197,94,214); }
div.DivClassName
{
background-color: #C55ED6;
}
.BgClassName
{
background-color: #C55ED6;
}
</style>
border-color css
<style>
span { border-color: #C55ED6; }
span { border-color: rgb(197,94,214); }
td.TdClassName
{
border-color: #C55ED6;
}
.TagClassName
{
border-color: #C55ED6;
}
</style>