Shades of Medium Orchid #C55DEB
Tints of Medium Orchid #C55DEB
RGB
CMYK
RGB Variations
Color information
#C55DEB (or 0xC55DEB) is known color: Medium Orchid. HEX triplet: C5, 5D and EB. RGB value is (197,93,235). Sum of RGB (Red+Green+Blue) = 197+93+235=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #C55DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55DEB is #3AA214. Grayscale: #8B8B8B. Windows color (decimal): -3842581 or 15424965. OLE color: 15424965.
HSL color Cylindrical-coordinate representation of color #C55DEB: hue angle of 283.94º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C55DEB is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 93 | 235 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.08 |
| HSL | 283.94º | 0.78% | 0.64% | - |
| HSV(B) | 283.94º | 0.6% | 0.92% | - |
| XYZ | 41.94 | 25.7 | 81.35 | - |
| YUV | 140.28 | 181.46 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 235 | 0.16 | 0.60 | 0 | 0.08 | 283.94 | 0.78 | 0.64 |
| Hex | C5 | 5D | EB | 10 | 3C | 0 | 8 | 11C | 4E | 40 |
| Octal | 305 | 135 | 353 | 20 | 74 | 0 | 10 | 434 | 116 | 100 |
| Binary | 11000101 | 1011101 | 11101011 | 10000 | 111100 | 0 | 1000 | 100011100 | 1001110 | 1000000 |
Color Harmonies of #C55DEB
Complementary color
Monochromatic Colors of #C55DEB
Black with #C55DEB
Text Example
Text Example
White with #C55DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55DEB; }
p { color: rgb(197,93,235); }
H1.HeaderClassName
{
color: #C55DEB;
}
.AnyTagClassName
{
color: #C55DEB;
}
</style>
background-color css
<style>
a { background-color: #C55DEB; }
a { background-color: rgb(197,93,235); }
div.DivClassName
{
background-color: #C55DEB;
}
.BgClassName
{
background-color: #C55DEB;
}
</style>
border-color css
<style>
span { border-color: #C55DEB; }
span { border-color: rgb(197,93,235); }
td.TdClassName
{
border-color: #C55DEB;
}
.TagClassName
{
border-color: #C55DEB;
}
</style>