Shades of Medium Orchid #C14AEB
Tints of Medium Orchid #C14AEB
RGB
CMYK
RGB Variations
Color information
#C14AEB (or 0xC14AEB) is known color: Medium Orchid. HEX triplet: C1, 4A and EB. RGB value is (193,74,235). Sum of RGB (Red+Green+Blue) = 193+74+235=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #C14AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C14AEB is #3EB514. Grayscale: #7F7F7F. Windows color (decimal): -4109589 or 15420097. OLE color: 15420097.
HSL color Cylindrical-coordinate representation of color #C14AEB: hue angle of 284.35º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C14AEB is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 74 | 235 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.08 |
| HSL | 284.35º | 0.8% | 0.61% | - |
| HSV(B) | 284.35º | 0.69% | 0.92% | - |
| XYZ | 39.44 | 22.23 | 80.81 | - |
| YUV | 127.94 | 188.42 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 235 | 0.18 | 0.69 | 0 | 0.08 | 284.35 | 0.8 | 0.61 |
| Hex | C1 | 4A | EB | 12 | 45 | 0 | 8 | 11C | 50 | 3D |
| Octal | 301 | 112 | 353 | 22 | 105 | 0 | 10 | 434 | 120 | 75 |
| Binary | 11000001 | 1001010 | 11101011 | 10010 | 1000101 | 0 | 1000 | 100011100 | 1010000 | 111101 |
Color Harmonies of #C14AEB
Complementary color
Monochromatic Colors of #C14AEB
Black with #C14AEB
Text Example
Text Example
White with #C14AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14AEB; }
p { color: rgb(193,74,235); }
H1.HeaderClassName
{
color: #C14AEB;
}
.AnyTagClassName
{
color: #C14AEB;
}
</style>
background-color css
<style>
a { background-color: #C14AEB; }
a { background-color: rgb(193,74,235); }
div.DivClassName
{
background-color: #C14AEB;
}
.BgClassName
{
background-color: #C14AEB;
}
</style>
border-color css
<style>
span { border-color: #C14AEB; }
span { border-color: rgb(193,74,235); }
td.TdClassName
{
border-color: #C14AEB;
}
.TagClassName
{
border-color: #C14AEB;
}
</style>