Shades of Medium Orchid #C15ED1
Tints of Medium Orchid #C15ED1
RGB
CMYK
RGB Variations
Color information
#C15ED1 (or 0xC15ED1) is known color: Medium Orchid. HEX triplet: C1, 5E and D1. RGB value is (193,94,209). Sum of RGB (Red+Green+Blue) = 193+94+209=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 94 (37.11% from 255 or 18.95% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: blue. Hex color #C15ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15ED1 is #3EA12E. Grayscale: #888888. Windows color (decimal): -4104495 or 13721281. OLE color: 13721281.
HSL color Cylindrical-coordinate representation of color #C15ED1: hue angle of 291.65º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C15ED1 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 94 | 209 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.18 |
| HSL | 291.65º | 0.56% | 0.59% | - |
| HSV(B) | 291.65º | 0.55% | 0.82% | - |
| XYZ | 37.5 | 23.95 | 62.97 | - |
| YUV | 136.71 | 168.8 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 209 | 0.08 | 0.55 | 0 | 0.18 | 291.65 | 0.56 | 0.59 |
| Hex | C1 | 5E | D1 | 8 | 37 | 0 | 12 | 124 | 38 | 3B |
| Octal | 301 | 136 | 321 | 10 | 67 | 0 | 22 | 444 | 70 | 73 |
| Binary | 11000001 | 1011110 | 11010001 | 1000 | 110111 | 0 | 10010 | 100100100 | 111000 | 111011 |
Color Harmonies of #C15ED1
Complementary color
Monochromatic Colors of #C15ED1
Black with #C15ED1
Text Example
Text Example
White with #C15ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15ED1; }
p { color: rgb(193,94,209); }
H1.HeaderClassName
{
color: #C15ED1;
}
.AnyTagClassName
{
color: #C15ED1;
}
</style>
background-color css
<style>
a { background-color: #C15ED1; }
a { background-color: rgb(193,94,209); }
div.DivClassName
{
background-color: #C15ED1;
}
.BgClassName
{
background-color: #C15ED1;
}
</style>
border-color css
<style>
span { border-color: #C15ED1; }
span { border-color: rgb(193,94,209); }
td.TdClassName
{
border-color: #C15ED1;
}
.TagClassName
{
border-color: #C15ED1;
}
</style>