Shades of Medium Orchid #C14FDC
Tints of Medium Orchid #C14FDC
RGB
CMYK
RGB Variations
Color information
#C14FDC (or 0xC14FDC) is known color: Medium Orchid. HEX triplet: C1, 4F and DC. RGB value is (193,79,220). Sum of RGB (Red+Green+Blue) = 193+79+220=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 79 (31.25% from 255 or 16.06% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #C14FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14FDC is #3EB023. Grayscale: #808080. Windows color (decimal): -4108324 or 14438337. OLE color: 14438337.
HSL color Cylindrical-coordinate representation of color #C14FDC: hue angle of 288.51º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C14FDC is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 79 | 220 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.14 |
| HSL | 288.51º | 0.67% | 0.59% | - |
| HSV(B) | 288.51º | 0.64% | 0.86% | - |
| XYZ | 37.71 | 22.1 | 69.99 | - |
| YUV | 129.16 | 179.27 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 220 | 0.12 | 0.64 | 0 | 0.14 | 288.51 | 0.67 | 0.59 |
| Hex | C1 | 4F | DC | C | 40 | 0 | E | 121 | 43 | 3B |
| Octal | 301 | 117 | 334 | 14 | 100 | 0 | 16 | 441 | 103 | 73 |
| Binary | 11000001 | 1001111 | 11011100 | 1100 | 1000000 | 0 | 1110 | 100100001 | 1000011 | 111011 |
Color Harmonies of #C14FDC
Complementary color
Monochromatic Colors of #C14FDC
Black with #C14FDC
Text Example
Text Example
White with #C14FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14FDC; }
p { color: rgb(193,79,220); }
H1.HeaderClassName
{
color: #C14FDC;
}
.AnyTagClassName
{
color: #C14FDC;
}
</style>
background-color css
<style>
a { background-color: #C14FDC; }
a { background-color: rgb(193,79,220); }
div.DivClassName
{
background-color: #C14FDC;
}
.BgClassName
{
background-color: #C14FDC;
}
</style>
border-color css
<style>
span { border-color: #C14FDC; }
span { border-color: rgb(193,79,220); }
td.TdClassName
{
border-color: #C14FDC;
}
.TagClassName
{
border-color: #C14FDC;
}
</style>