Shades of Medium Orchid #C14AEA
Tints of Medium Orchid #C14AEA
RGB
CMYK
RGB Variations
Color information
#C14AEA (or 0xC14AEA) is known color: Medium Orchid. HEX triplet: C1, 4A and EA. RGB value is (193,74,234). Sum of RGB (Red+Green+Blue) = 193+74+234=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 74 (29.30% from 255 or 14.77% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #C14AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C14AEA is #3EB515. Grayscale: #7F7F7F. Windows color (decimal): -4109590 or 15354561. OLE color: 15354561.
HSL color Cylindrical-coordinate representation of color #C14AEA: hue angle of 284.62º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C14AEA is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 74 | 234 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.08 |
| HSL | 284.63º | 0.79% | 0.6% | - |
| HSV(B) | 284.63º | 0.68% | 0.92% | - |
| XYZ | 39.29 | 22.18 | 80.05 | - |
| YUV | 127.82 | 187.92 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 234 | 0.18 | 0.68 | 0 | 0.08 | 284.63 | 0.79 | 0.6 |
| Hex | C1 | 4A | EA | 12 | 44 | 0 | 8 | 11D | 4F | 3C |
| Octal | 301 | 112 | 352 | 22 | 104 | 0 | 10 | 435 | 117 | 74 |
| Binary | 11000001 | 1001010 | 11101010 | 10010 | 1000100 | 0 | 1000 | 100011101 | 1001111 | 111100 |
Color Harmonies of #C14AEA
Complementary color
Monochromatic Colors of #C14AEA
Black with #C14AEA
Text Example
Text Example
White with #C14AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14AEA; }
p { color: rgb(193,74,234); }
H1.HeaderClassName
{
color: #C14AEA;
}
.AnyTagClassName
{
color: #C14AEA;
}
</style>
background-color css
<style>
a { background-color: #C14AEA; }
a { background-color: rgb(193,74,234); }
div.DivClassName
{
background-color: #C14AEA;
}
.BgClassName
{
background-color: #C14AEA;
}
</style>
border-color css
<style>
span { border-color: #C14AEA; }
span { border-color: rgb(193,74,234); }
td.TdClassName
{
border-color: #C14AEA;
}
.TagClassName
{
border-color: #C14AEA;
}
</style>