Shades of Medium Orchid #C157CC
Tints of Medium Orchid #C157CC
RGB
CMYK
RGB Variations
Color information
#C157CC (or 0xC157CC) is known color: Medium Orchid. HEX triplet: C1, 57 and CC. RGB value is (193,87,204). Sum of RGB (Red+Green+Blue) = 193+87+204=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 87 (34.38% from 255 or 17.98% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #C157CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C157CC is #3EA833. Grayscale: #838383. Windows color (decimal): -4106292 or 13391809. OLE color: 13391809.
HSL color Cylindrical-coordinate representation of color #C157CC: hue angle of 294.36º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C157CC is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 87 | 204 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.2 |
| HSL | 294.36º | 0.53% | 0.57% | - |
| HSV(B) | 294.36º | 0.57% | 0.8% | - |
| XYZ | 36.3 | 22.51 | 59.56 | - |
| YUV | 132.03 | 168.62 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 204 | 0.05 | 0.57 | 0 | 0.2 | 294.36 | 0.53 | 0.57 |
| Hex | C1 | 57 | CC | 5 | 39 | 0 | 14 | 126 | 35 | 39 |
| Octal | 301 | 127 | 314 | 5 | 71 | 0 | 24 | 446 | 65 | 71 |
| Binary | 11000001 | 1010111 | 11001100 | 101 | 111001 | 0 | 10100 | 100100110 | 110101 | 111001 |
Color Harmonies of #C157CC
Complementary color
Monochromatic Colors of #C157CC
Black with #C157CC
Text Example
Text Example
White with #C157CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C157CC; }
p { color: rgb(193,87,204); }
H1.HeaderClassName
{
color: #C157CC;
}
.AnyTagClassName
{
color: #C157CC;
}
</style>
background-color css
<style>
a { background-color: #C157CC; }
a { background-color: rgb(193,87,204); }
div.DivClassName
{
background-color: #C157CC;
}
.BgClassName
{
background-color: #C157CC;
}
</style>
border-color css
<style>
span { border-color: #C157CC; }
span { border-color: rgb(193,87,204); }
td.TdClassName
{
border-color: #C157CC;
}
.TagClassName
{
border-color: #C157CC;
}
</style>