Shades of Medium Orchid #C15FED
Tints of Medium Orchid #C15FED
RGB
CMYK
RGB Variations
Color information
#C15FED (or 0xC15FED) is known color: Medium Orchid. HEX triplet: C1, 5F and ED. RGB value is (193,95,237). Sum of RGB (Red+Green+Blue) = 193+95+237=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 95 (37.5% from 255 or 18.10% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #C15FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15FED is #3EA012. Grayscale: #8C8C8C. Windows color (decimal): -4104211 or 15556545. OLE color: 15556545.
HSL color Cylindrical-coordinate representation of color #C15FED: hue angle of 281.41º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C15FED is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 95 | 237 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.07 |
| HSL | 281.41º | 0.8% | 0.65% | - |
| HSV(B) | 281.41º | 0.6% | 0.93% | - |
| XYZ | 41.37 | 25.64 | 82.89 | - |
| YUV | 140.49 | 182.47 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 95 | 237 | 0.19 | 0.60 | 0 | 0.07 | 281.41 | 0.8 | 0.65 |
| Hex | C1 | 5F | ED | 13 | 3C | 0 | 7 | 119 | 50 | 41 |
| Octal | 301 | 137 | 355 | 23 | 74 | 0 | 7 | 431 | 120 | 101 |
| Binary | 11000001 | 1011111 | 11101101 | 10011 | 111100 | 0 | 111 | 100011001 | 1010000 | 1000001 |
Color Harmonies of #C15FED
Complementary color
Monochromatic Colors of #C15FED
Black with #C15FED
Text Example
Text Example
White with #C15FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15FED; }
p { color: rgb(193,95,237); }
H1.HeaderClassName
{
color: #C15FED;
}
.AnyTagClassName
{
color: #C15FED;
}
</style>
background-color css
<style>
a { background-color: #C15FED; }
a { background-color: rgb(193,95,237); }
div.DivClassName
{
background-color: #C15FED;
}
.BgClassName
{
background-color: #C15FED;
}
</style>
border-color css
<style>
span { border-color: #C15FED; }
span { border-color: rgb(193,95,237); }
td.TdClassName
{
border-color: #C15FED;
}
.TagClassName
{
border-color: #C15FED;
}
</style>