Shades of Medium Orchid #C14DCD
Tints of Medium Orchid #C14DCD
RGB
CMYK
RGB Variations
Color information
#C14DCD (or 0xC14DCD) is known color: Medium Orchid. HEX triplet: C1, 4D and CD. RGB value is (193,77,205). Sum of RGB (Red+Green+Blue) = 193+77+205=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 77 (30.47% from 255 or 16.21% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #C14DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14DCD is #3EB232. Grayscale: #7D7D7D. Windows color (decimal): -4108851 or 13454785. OLE color: 13454785.
HSL color Cylindrical-coordinate representation of color #C14DCD: hue angle of 294.38º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C14DCD is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 77 | 205 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.20 |
| HSL | 294.38º | 0.56% | 0.55% | - |
| HSV(B) | 294.38º | 0.62% | 0.8% | - |
| XYZ | 35.67 | 21.05 | 59.94 | - |
| YUV | 126.28 | 172.43 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 205 | 0.06 | 0.62 | 0 | 0.20 | 294.38 | 0.56 | 0.55 |
| Hex | C1 | 4D | CD | 6 | 3E | 0 | 14 | 126 | 38 | 37 |
| Octal | 301 | 115 | 315 | 6 | 76 | 0 | 24 | 446 | 70 | 67 |
| Binary | 11000001 | 1001101 | 11001101 | 110 | 111110 | 0 | 10100 | 100100110 | 111000 | 110111 |
Color Harmonies of #C14DCD
Complementary color
Monochromatic Colors of #C14DCD
Black with #C14DCD
Text Example
Text Example
White with #C14DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14DCD; }
p { color: rgb(193,77,205); }
H1.HeaderClassName
{
color: #C14DCD;
}
.AnyTagClassName
{
color: #C14DCD;
}
</style>
background-color css
<style>
a { background-color: #C14DCD; }
a { background-color: rgb(193,77,205); }
div.DivClassName
{
background-color: #C14DCD;
}
.BgClassName
{
background-color: #C14DCD;
}
</style>
border-color css
<style>
span { border-color: #C14DCD; }
span { border-color: rgb(193,77,205); }
td.TdClassName
{
border-color: #C14DCD;
}
.TagClassName
{
border-color: #C14DCD;
}
</style>