Shades of Medium Orchid #C15EDC
Tints of Medium Orchid #C15EDC
RGB
CMYK
RGB Variations
Color information
#C15EDC (or 0xC15EDC) is known color: Medium Orchid. HEX triplet: C1, 5E and DC. RGB value is (193,94,220). Sum of RGB (Red+Green+Blue) = 193+94+220=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 94 (37.11% from 255 or 18.54% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #C15EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15EDC is #3EA123. Grayscale: #898989. Windows color (decimal): -4104484 or 14442177. OLE color: 14442177.
HSL color Cylindrical-coordinate representation of color #C15EDC: hue angle of 287.14º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C15EDC is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 94 | 220 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.14 |
| HSL | 287.14º | 0.64% | 0.62% | - |
| HSV(B) | 287.14º | 0.57% | 0.86% | - |
| XYZ | 38.91 | 24.51 | 70.39 | - |
| YUV | 137.97 | 174.3 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 220 | 0.12 | 0.57 | 0 | 0.14 | 287.14 | 0.64 | 0.62 |
| Hex | C1 | 5E | DC | C | 39 | 0 | E | 11F | 40 | 3E |
| Octal | 301 | 136 | 334 | 14 | 71 | 0 | 16 | 437 | 100 | 76 |
| Binary | 11000001 | 1011110 | 11011100 | 1100 | 111001 | 0 | 1110 | 100011111 | 1000000 | 111110 |
Color Harmonies of #C15EDC
Complementary color
Monochromatic Colors of #C15EDC
Black with #C15EDC
Text Example
Text Example
White with #C15EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15EDC; }
p { color: rgb(193,94,220); }
H1.HeaderClassName
{
color: #C15EDC;
}
.AnyTagClassName
{
color: #C15EDC;
}
</style>
background-color css
<style>
a { background-color: #C15EDC; }
a { background-color: rgb(193,94,220); }
div.DivClassName
{
background-color: #C15EDC;
}
.BgClassName
{
background-color: #C15EDC;
}
</style>
border-color css
<style>
span { border-color: #C15EDC; }
span { border-color: rgb(193,94,220); }
td.TdClassName
{
border-color: #C15EDC;
}
.TagClassName
{
border-color: #C15EDC;
}
</style>