Shades of Medium Orchid #C14DDD
Tints of Medium Orchid #C14DDD
RGB
CMYK
RGB Variations
Color information
#C14DDD (or 0xC14DDD) is known color: Medium Orchid. HEX triplet: C1, 4D and DD. RGB value is (193,77,221). Sum of RGB (Red+Green+Blue) = 193+77+221=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #C14DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14DDD is #3EB222. Grayscale: #7F7F7F. Windows color (decimal): -4108835 or 14503361. OLE color: 14503361.
HSL color Cylindrical-coordinate representation of color #C14DDD: hue angle of 288.33º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C14DDD is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 77 | 221 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.13 |
| HSL | 288.33º | 0.68% | 0.58% | - |
| HSV(B) | 288.33º | 0.65% | 0.87% | - |
| XYZ | 37.7 | 21.87 | 70.64 | - |
| YUV | 128.1 | 180.43 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 221 | 0.13 | 0.65 | 0 | 0.13 | 288.33 | 0.68 | 0.58 |
| Hex | C1 | 4D | DD | D | 41 | 0 | D | 120 | 44 | 3A |
| Octal | 301 | 115 | 335 | 15 | 101 | 0 | 15 | 440 | 104 | 72 |
| Binary | 11000001 | 1001101 | 11011101 | 1101 | 1000001 | 0 | 1101 | 100100000 | 1000100 | 111010 |
Color Harmonies of #C14DDD
Complementary color
Monochromatic Colors of #C14DDD
Black with #C14DDD
Text Example
Text Example
White with #C14DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14DDD; }
p { color: rgb(193,77,221); }
H1.HeaderClassName
{
color: #C14DDD;
}
.AnyTagClassName
{
color: #C14DDD;
}
</style>
background-color css
<style>
a { background-color: #C14DDD; }
a { background-color: rgb(193,77,221); }
div.DivClassName
{
background-color: #C14DDD;
}
.BgClassName
{
background-color: #C14DDD;
}
</style>
border-color css
<style>
span { border-color: #C14DDD; }
span { border-color: rgb(193,77,221); }
td.TdClassName
{
border-color: #C14DDD;
}
.TagClassName
{
border-color: #C14DDD;
}
</style>