Shades of Medium Orchid #C157D7
Tints of Medium Orchid #C157D7
RGB
CMYK
RGB Variations
Color information
#C157D7 (or 0xC157D7) is known color: Medium Orchid. HEX triplet: C1, 57 and D7. RGB value is (193,87,215). Sum of RGB (Red+Green+Blue) = 193+87+215=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 87 (34.38% from 255 or 17.58% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 215 - color contains mainly: blue. Hex color #C157D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C157D7 is #3EA828. Grayscale: #848484. Windows color (decimal): -4106281 or 14112705. OLE color: 14112705.
HSL color Cylindrical-coordinate representation of color #C157D7: hue angle of 289.69º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C157D7 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 87 | 215 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.16 |
| HSL | 289.69º | 0.62% | 0.59% | - |
| HSV(B) | 289.69º | 0.6% | 0.84% | - |
| XYZ | 37.67 | 23.06 | 66.76 | - |
| YUV | 133.29 | 174.12 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 215 | 0.10 | 0.60 | 0 | 0.16 | 289.69 | 0.62 | 0.59 |
| Hex | C1 | 57 | D7 | A | 3C | 0 | 10 | 122 | 3E | 3B |
| Octal | 301 | 127 | 327 | 12 | 74 | 0 | 20 | 442 | 76 | 73 |
| Binary | 11000001 | 1010111 | 11010111 | 1010 | 111100 | 0 | 10000 | 100100010 | 111110 | 111011 |
Color Harmonies of #C157D7
Complementary color
Monochromatic Colors of #C157D7
Black with #C157D7
Text Example
Text Example
White with #C157D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C157D7; }
p { color: rgb(193,87,215); }
H1.HeaderClassName
{
color: #C157D7;
}
.AnyTagClassName
{
color: #C157D7;
}
</style>
background-color css
<style>
a { background-color: #C157D7; }
a { background-color: rgb(193,87,215); }
div.DivClassName
{
background-color: #C157D7;
}
.BgClassName
{
background-color: #C157D7;
}
</style>
border-color css
<style>
span { border-color: #C157D7; }
span { border-color: rgb(193,87,215); }
td.TdClassName
{
border-color: #C157D7;
}
.TagClassName
{
border-color: #C157D7;
}
</style>