Shades of Medium Orchid #C55DEC
Tints of Medium Orchid #C55DEC
RGB
CMYK
RGB Variations
Color information
#C55DEC (or 0xC55DEC) is known color: Medium Orchid. HEX triplet: C5, 5D and EC. RGB value is (197,93,236). Sum of RGB (Red+Green+Blue) = 197+93+236=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #C55DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55DEC is #3AA213. Grayscale: #8B8B8B. Windows color (decimal): -3842580 or 15490501. OLE color: 15490501.
HSL color Cylindrical-coordinate representation of color #C55DEC: hue angle of 283.64º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C55DEC is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 93 | 236 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.07 |
| HSL | 283.64º | 0.79% | 0.65% | - |
| HSV(B) | 283.64º | 0.61% | 0.93% | - |
| XYZ | 42.08 | 25.76 | 82.11 | - |
| YUV | 140.4 | 181.96 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 236 | 0.17 | 0.61 | 0 | 0.07 | 283.64 | 0.79 | 0.65 |
| Hex | C5 | 5D | EC | 11 | 3D | 0 | 7 | 11C | 4F | 41 |
| Octal | 305 | 135 | 354 | 21 | 75 | 0 | 7 | 434 | 117 | 101 |
| Binary | 11000101 | 1011101 | 11101100 | 10001 | 111101 | 0 | 111 | 100011100 | 1001111 | 1000001 |
Color Harmonies of #C55DEC
Complementary color
Monochromatic Colors of #C55DEC
Black with #C55DEC
Text Example
Text Example
White with #C55DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55DEC; }
p { color: rgb(197,93,236); }
H1.HeaderClassName
{
color: #C55DEC;
}
.AnyTagClassName
{
color: #C55DEC;
}
</style>
background-color css
<style>
a { background-color: #C55DEC; }
a { background-color: rgb(197,93,236); }
div.DivClassName
{
background-color: #C55DEC;
}
.BgClassName
{
background-color: #C55DEC;
}
</style>
border-color css
<style>
span { border-color: #C55DEC; }
span { border-color: rgb(197,93,236); }
td.TdClassName
{
border-color: #C55DEC;
}
.TagClassName
{
border-color: #C55DEC;
}
</style>