Shades of Medium Orchid #C157DC
Tints of Medium Orchid #C157DC
RGB
CMYK
RGB Variations
Color information
#C157DC (or 0xC157DC) is known color: Medium Orchid. HEX triplet: C1, 57 and DC. RGB value is (193,87,220). Sum of RGB (Red+Green+Blue) = 193+87+220=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 87 (34.38% from 255 or 17.4% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #C157DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C157DC is #3EA823. Grayscale: #858585. Windows color (decimal): -4106276 or 14440385. OLE color: 14440385.
HSL color Cylindrical-coordinate representation of color #C157DC: hue angle of 287.82º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C157DC is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 87 | 220 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.14 |
| HSL | 287.82º | 0.66% | 0.6% | - |
| HSV(B) | 287.82º | 0.6% | 0.86% | - |
| XYZ | 38.32 | 23.32 | 70.19 | - |
| YUV | 133.86 | 176.62 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 220 | 0.12 | 0.60 | 0 | 0.14 | 287.82 | 0.66 | 0.6 |
| Hex | C1 | 57 | DC | C | 3C | 0 | E | 120 | 42 | 3C |
| Octal | 301 | 127 | 334 | 14 | 74 | 0 | 16 | 440 | 102 | 74 |
| Binary | 11000001 | 1010111 | 11011100 | 1100 | 111100 | 0 | 1110 | 100100000 | 1000010 | 111100 |
Color Harmonies of #C157DC
Complementary color
Monochromatic Colors of #C157DC
Black with #C157DC
Text Example
Text Example
White with #C157DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C157DC; }
p { color: rgb(193,87,220); }
H1.HeaderClassName
{
color: #C157DC;
}
.AnyTagClassName
{
color: #C157DC;
}
</style>
background-color css
<style>
a { background-color: #C157DC; }
a { background-color: rgb(193,87,220); }
div.DivClassName
{
background-color: #C157DC;
}
.BgClassName
{
background-color: #C157DC;
}
</style>
border-color css
<style>
span { border-color: #C157DC; }
span { border-color: rgb(193,87,220); }
td.TdClassName
{
border-color: #C157DC;
}
.TagClassName
{
border-color: #C157DC;
}
</style>