Shades of Medium Orchid #C55EDB
Tints of Medium Orchid #C55EDB
RGB
CMYK
RGB Variations
Color information
#C55EDB (or 0xC55EDB) is known color: Medium Orchid. HEX triplet: C5, 5E and DB. RGB value is (197,94,219). Sum of RGB (Red+Green+Blue) = 197+94+219=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 94 (37.11% from 255 or 18.43% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #C55EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55EDB is #3AA124. Grayscale: #8A8A8A. Windows color (decimal): -3842341 or 14376645. OLE color: 14376645.
HSL color Cylindrical-coordinate representation of color #C55EDB: hue angle of 289.44º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55EDB is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 94 | 219 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.14 |
| HSL | 289.44º | 0.63% | 0.61% | - |
| HSV(B) | 289.44º | 0.57% | 0.86% | - |
| XYZ | 39.81 | 24.99 | 69.74 | - |
| YUV | 139.05 | 173.12 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 219 | 0.10 | 0.57 | 0 | 0.14 | 289.44 | 0.63 | 0.61 |
| Hex | C5 | 5E | DB | A | 39 | 0 | E | 121 | 3F | 3D |
| Octal | 305 | 136 | 333 | 12 | 71 | 0 | 16 | 441 | 77 | 75 |
| Binary | 11000101 | 1011110 | 11011011 | 1010 | 111001 | 0 | 1110 | 100100001 | 111111 | 111101 |
Color Harmonies of #C55EDB
Complementary color
Monochromatic Colors of #C55EDB
Black with #C55EDB
Text Example
Text Example
White with #C55EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55EDB; }
p { color: rgb(197,94,219); }
H1.HeaderClassName
{
color: #C55EDB;
}
.AnyTagClassName
{
color: #C55EDB;
}
</style>
background-color css
<style>
a { background-color: #C55EDB; }
a { background-color: rgb(197,94,219); }
div.DivClassName
{
background-color: #C55EDB;
}
.BgClassName
{
background-color: #C55EDB;
}
</style>
border-color css
<style>
span { border-color: #C55EDB; }
span { border-color: rgb(197,94,219); }
td.TdClassName
{
border-color: #C55EDB;
}
.TagClassName
{
border-color: #C55EDB;
}
</style>