Shades of Medium Orchid #C14DCE
Tints of Medium Orchid #C14DCE
RGB
CMYK
RGB Variations
Color information
#C14DCE (or 0xC14DCE) is known color: Medium Orchid. HEX triplet: C1, 4D and CE. RGB value is (193,77,206). Sum of RGB (Red+Green+Blue) = 193+77+206=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #C14DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14DCE is #3EB231. Grayscale: #7D7D7D. Windows color (decimal): -4108850 or 13520321. OLE color: 13520321.
HSL color Cylindrical-coordinate representation of color #C14DCE: hue angle of 293.95º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C14DCE is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 77 | 206 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.19 |
| HSL | 293.95º | 0.57% | 0.55% | - |
| HSV(B) | 293.95º | 0.63% | 0.81% | - |
| XYZ | 35.79 | 21.1 | 60.58 | - |
| YUV | 126.39 | 172.93 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 206 | 0.06 | 0.63 | 0 | 0.19 | 293.95 | 0.57 | 0.55 |
| Hex | C1 | 4D | CE | 6 | 3F | 0 | 13 | 126 | 39 | 37 |
| Octal | 301 | 115 | 316 | 6 | 77 | 0 | 23 | 446 | 71 | 67 |
| Binary | 11000001 | 1001101 | 11001110 | 110 | 111111 | 0 | 10011 | 100100110 | 111001 | 110111 |
Color Harmonies of #C14DCE
Complementary color
Monochromatic Colors of #C14DCE
Black with #C14DCE
Text Example
Text Example
White with #C14DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14DCE; }
p { color: rgb(193,77,206); }
H1.HeaderClassName
{
color: #C14DCE;
}
.AnyTagClassName
{
color: #C14DCE;
}
</style>
background-color css
<style>
a { background-color: #C14DCE; }
a { background-color: rgb(193,77,206); }
div.DivClassName
{
background-color: #C14DCE;
}
.BgClassName
{
background-color: #C14DCE;
}
</style>
border-color css
<style>
span { border-color: #C14DCE; }
span { border-color: rgb(193,77,206); }
td.TdClassName
{
border-color: #C14DCE;
}
.TagClassName
{
border-color: #C14DCE;
}
</style>