Shades of Medium Orchid #C14CD3
Tints of Medium Orchid #C14CD3
RGB
CMYK
RGB Variations
Color information
#C14CD3 (or 0xC14CD3) is known color: Medium Orchid. HEX triplet: C1, 4C and D3. RGB value is (193,76,211). Sum of RGB (Red+Green+Blue) = 193+76+211=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 211 (82.81% from 255 or 43.96% from 480); Max value from RGB is 211 - color contains mainly: blue. Hex color #C14CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14CD3 is #3EB32C. Grayscale: #7D7D7D. Windows color (decimal): -4109101 or 13847745. OLE color: 13847745.
HSL color Cylindrical-coordinate representation of color #C14CD3: hue angle of 292º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C14CD3 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 76 | 211 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.17 |
| HSL | 292º | 0.61% | 0.56% | - |
| HSV(B) | 292º | 0.64% | 0.83% | - |
| XYZ | 36.33 | 21.21 | 63.81 | - |
| YUV | 126.37 | 175.76 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 211 | 0.09 | 0.64 | 0 | 0.17 | 292 | 0.61 | 0.56 |
| Hex | C1 | 4C | D3 | 9 | 40 | 0 | 11 | 124 | 3D | 38 |
| Octal | 301 | 114 | 323 | 11 | 100 | 0 | 21 | 444 | 75 | 70 |
| Binary | 11000001 | 1001100 | 11010011 | 1001 | 1000000 | 0 | 10001 | 100100100 | 111101 | 111000 |
Color Harmonies of #C14CD3
Complementary color
Monochromatic Colors of #C14CD3
Black with #C14CD3
Text Example
Text Example
White with #C14CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14CD3; }
p { color: rgb(193,76,211); }
H1.HeaderClassName
{
color: #C14CD3;
}
.AnyTagClassName
{
color: #C14CD3;
}
</style>
background-color css
<style>
a { background-color: #C14CD3; }
a { background-color: rgb(193,76,211); }
div.DivClassName
{
background-color: #C14CD3;
}
.BgClassName
{
background-color: #C14CD3;
}
</style>
border-color css
<style>
span { border-color: #C14CD3; }
span { border-color: rgb(193,76,211); }
td.TdClassName
{
border-color: #C14CD3;
}
.TagClassName
{
border-color: #C14CD3;
}
</style>