Shades of Medium Orchid #C14AEF
Tints of Medium Orchid #C14AEF
RGB
CMYK
RGB Variations
Color information
#C14AEF (or 0xC14AEF) is known color: Medium Orchid. HEX triplet: C1, 4A and EF. RGB value is (193,74,239). Sum of RGB (Red+Green+Blue) = 193+74+239=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 74 (29.30% from 255 or 14.62% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #C14AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C14AEF is #3EB510. Grayscale: #7F7F7F. Windows color (decimal): -4109585 or 15682241. OLE color: 15682241.
HSL color Cylindrical-coordinate representation of color #C14AEF: hue angle of 283.27º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C14AEF is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 74 | 239 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.06 |
| HSL | 283.27º | 0.84% | 0.61% | - |
| HSV(B) | 283.27º | 0.69% | 0.94% | - |
| XYZ | 40.02 | 22.47 | 83.89 | - |
| YUV | 128.39 | 190.42 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 239 | 0.19 | 0.69 | 0 | 0.06 | 283.27 | 0.84 | 0.61 |
| Hex | C1 | 4A | EF | 13 | 45 | 0 | 6 | 11B | 54 | 3D |
| Octal | 301 | 112 | 357 | 23 | 105 | 0 | 6 | 433 | 124 | 75 |
| Binary | 11000001 | 1001010 | 11101111 | 10011 | 1000101 | 0 | 110 | 100011011 | 1010100 | 111101 |
Color Harmonies of #C14AEF
Complementary color
Monochromatic Colors of #C14AEF
Black with #C14AEF
Text Example
Text Example
White with #C14AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14AEF; }
p { color: rgb(193,74,239); }
H1.HeaderClassName
{
color: #C14AEF;
}
.AnyTagClassName
{
color: #C14AEF;
}
</style>
background-color css
<style>
a { background-color: #C14AEF; }
a { background-color: rgb(193,74,239); }
div.DivClassName
{
background-color: #C14AEF;
}
.BgClassName
{
background-color: #C14AEF;
}
</style>
border-color css
<style>
span { border-color: #C14AEF; }
span { border-color: rgb(193,74,239); }
td.TdClassName
{
border-color: #C14AEF;
}
.TagClassName
{
border-color: #C14AEF;
}
</style>