Shades of Medium Orchid #C14ACE
Tints of Medium Orchid #C14ACE
RGB
CMYK
RGB Variations
Color information
#C14ACE (or 0xC14ACE) is known color: Medium Orchid. HEX triplet: C1, 4A and CE. RGB value is (193,74,206). Sum of RGB (Red+Green+Blue) = 193+74+206=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #C14ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14ACE is #3EB531. Grayscale: #7C7C7C. Windows color (decimal): -4109618 or 13519553. OLE color: 13519553.
HSL color Cylindrical-coordinate representation of color #C14ACE: hue angle of 294.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C14ACE is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 74 | 206 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.19 |
| HSL | 294.09º | 0.57% | 0.55% | - |
| HSV(B) | 294.09º | 0.64% | 0.81% | - |
| XYZ | 35.58 | 20.69 | 60.51 | - |
| YUV | 124.63 | 173.92 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 206 | 0.06 | 0.64 | 0 | 0.19 | 294.09 | 0.57 | 0.55 |
| Hex | C1 | 4A | CE | 6 | 40 | 0 | 13 | 126 | 39 | 37 |
| Octal | 301 | 112 | 316 | 6 | 100 | 0 | 23 | 446 | 71 | 67 |
| Binary | 11000001 | 1001010 | 11001110 | 110 | 1000000 | 0 | 10011 | 100100110 | 111001 | 110111 |
Color Harmonies of #C14ACE
Complementary color
Monochromatic Colors of #C14ACE
Black with #C14ACE
Text Example
Text Example
White with #C14ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14ACE; }
p { color: rgb(193,74,206); }
H1.HeaderClassName
{
color: #C14ACE;
}
.AnyTagClassName
{
color: #C14ACE;
}
</style>
background-color css
<style>
a { background-color: #C14ACE; }
a { background-color: rgb(193,74,206); }
div.DivClassName
{
background-color: #C14ACE;
}
.BgClassName
{
background-color: #C14ACE;
}
</style>
border-color css
<style>
span { border-color: #C14ACE; }
span { border-color: rgb(193,74,206); }
td.TdClassName
{
border-color: #C14ACE;
}
.TagClassName
{
border-color: #C14ACE;
}
</style>