Shades of Medium Orchid #C14ADD
Tints of Medium Orchid #C14ADD
RGB
CMYK
RGB Variations
Color information
#C14ADD (or 0xC14ADD) is known color: Medium Orchid. HEX triplet: C1, 4A and DD. RGB value is (193,74,221). Sum of RGB (Red+Green+Blue) = 193+74+221=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #C14ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14ADD is #3EB522. Grayscale: #7D7D7D. Windows color (decimal): -4109603 or 14502593. OLE color: 14502593.
HSL color Cylindrical-coordinate representation of color #C14ADD: hue angle of 288.57º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C14ADD is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 74 | 221 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.13 |
| HSL | 288.57º | 0.68% | 0.58% | - |
| HSV(B) | 288.57º | 0.67% | 0.87% | - |
| XYZ | 37.49 | 21.46 | 70.57 | - |
| YUV | 126.34 | 181.42 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 221 | 0.13 | 0.67 | 0 | 0.13 | 288.57 | 0.68 | 0.58 |
| Hex | C1 | 4A | DD | D | 43 | 0 | D | 121 | 44 | 3A |
| Octal | 301 | 112 | 335 | 15 | 103 | 0 | 15 | 441 | 104 | 72 |
| Binary | 11000001 | 1001010 | 11011101 | 1101 | 1000011 | 0 | 1101 | 100100001 | 1000100 | 111010 |
Color Harmonies of #C14ADD
Complementary color
Monochromatic Colors of #C14ADD
Black with #C14ADD
Text Example
Text Example
White with #C14ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14ADD; }
p { color: rgb(193,74,221); }
H1.HeaderClassName
{
color: #C14ADD;
}
.AnyTagClassName
{
color: #C14ADD;
}
</style>
background-color css
<style>
a { background-color: #C14ADD; }
a { background-color: rgb(193,74,221); }
div.DivClassName
{
background-color: #C14ADD;
}
.BgClassName
{
background-color: #C14ADD;
}
</style>
border-color css
<style>
span { border-color: #C14ADD; }
span { border-color: rgb(193,74,221); }
td.TdClassName
{
border-color: #C14ADD;
}
.TagClassName
{
border-color: #C14ADD;
}
</style>