Shades of Medium Orchid #C14DED
Tints of Medium Orchid #C14DED
RGB
CMYK
RGB Variations
Color information
#C14DED (or 0xC14DED) is known color: Medium Orchid. HEX triplet: C1, 4D and ED. RGB value is (193,77,237). Sum of RGB (Red+Green+Blue) = 193+77+237=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 77 (30.47% from 255 or 15.19% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #C14DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14DED is #3EB212. Grayscale: #818181. Windows color (decimal): -4108819 or 15551937. OLE color: 15551937.
HSL color Cylindrical-coordinate representation of color #C14DED: hue angle of 283.5º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C14DED is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 77 | 237 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.07 |
| HSL | 283.5º | 0.82% | 0.62% | - |
| HSV(B) | 283.5º | 0.68% | 0.93% | - |
| XYZ | 39.93 | 22.76 | 82.41 | - |
| YUV | 129.92 | 188.43 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 237 | 0.19 | 0.68 | 0 | 0.07 | 283.5 | 0.82 | 0.62 |
| Hex | C1 | 4D | ED | 13 | 44 | 0 | 7 | 11C | 52 | 3E |
| Octal | 301 | 115 | 355 | 23 | 104 | 0 | 7 | 434 | 122 | 76 |
| Binary | 11000001 | 1001101 | 11101101 | 10011 | 1000100 | 0 | 111 | 100011100 | 1010010 | 111110 |
Color Harmonies of #C14DED
Complementary color
Monochromatic Colors of #C14DED
Black with #C14DED
Text Example
Text Example
White with #C14DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14DED; }
p { color: rgb(193,77,237); }
H1.HeaderClassName
{
color: #C14DED;
}
.AnyTagClassName
{
color: #C14DED;
}
</style>
background-color css
<style>
a { background-color: #C14DED; }
a { background-color: rgb(193,77,237); }
div.DivClassName
{
background-color: #C14DED;
}
.BgClassName
{
background-color: #C14DED;
}
</style>
border-color css
<style>
span { border-color: #C14DED; }
span { border-color: rgb(193,77,237); }
td.TdClassName
{
border-color: #C14DED;
}
.TagClassName
{
border-color: #C14DED;
}
</style>