Shades of Medium Orchid #C14AEE
Tints of Medium Orchid #C14AEE
RGB
CMYK
RGB Variations
Color information
#C14AEE (or 0xC14AEE) is known color: Medium Orchid. HEX triplet: C1, 4A and EE. RGB value is (193,74,238). Sum of RGB (Red+Green+Blue) = 193+74+238=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 74 (29.30% from 255 or 14.65% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #C14AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C14AEE is #3EB511. Grayscale: #7F7F7F. Windows color (decimal): -4109586 or 15616705. OLE color: 15616705.
HSL color Cylindrical-coordinate representation of color #C14AEE: hue angle of 283.54º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C14AEE is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 74 | 238 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.07 |
| HSL | 283.54º | 0.83% | 0.61% | - |
| HSV(B) | 283.54º | 0.69% | 0.93% | - |
| XYZ | 39.87 | 22.41 | 83.11 | - |
| YUV | 128.28 | 189.92 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 238 | 0.19 | 0.69 | 0 | 0.07 | 283.54 | 0.83 | 0.61 |
| Hex | C1 | 4A | EE | 13 | 45 | 0 | 7 | 11C | 53 | 3D |
| Octal | 301 | 112 | 356 | 23 | 105 | 0 | 7 | 434 | 123 | 75 |
| Binary | 11000001 | 1001010 | 11101110 | 10011 | 1000101 | 0 | 111 | 100011100 | 1010011 | 111101 |
Color Harmonies of #C14AEE
Complementary color
Monochromatic Colors of #C14AEE
Black with #C14AEE
Text Example
Text Example
White with #C14AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14AEE; }
p { color: rgb(193,74,238); }
H1.HeaderClassName
{
color: #C14AEE;
}
.AnyTagClassName
{
color: #C14AEE;
}
</style>
background-color css
<style>
a { background-color: #C14AEE; }
a { background-color: rgb(193,74,238); }
div.DivClassName
{
background-color: #C14AEE;
}
.BgClassName
{
background-color: #C14AEE;
}
</style>
border-color css
<style>
span { border-color: #C14AEE; }
span { border-color: rgb(193,74,238); }
td.TdClassName
{
border-color: #C14AEE;
}
.TagClassName
{
border-color: #C14AEE;
}
</style>