Shades of Medium Orchid #C14EEE
Tints of Medium Orchid #C14EEE
RGB
CMYK
RGB Variations
Color information
#C14EEE (or 0xC14EEE) is known color: Medium Orchid. HEX triplet: C1, 4E and EE. RGB value is (193,78,238). Sum of RGB (Red+Green+Blue) = 193+78+238=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 78 (30.86% from 255 or 15.32% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #C14EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14EEE is #3EB111. Grayscale: #828282. Windows color (decimal): -4108562 or 15617729. OLE color: 15617729.
HSL color Cylindrical-coordinate representation of color #C14EEE: hue angle of 283.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C14EEE is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 78 | 238 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.07 |
| HSL | 283.13º | 0.82% | 0.62% | - |
| HSV(B) | 283.13º | 0.67% | 0.93% | - |
| XYZ | 40.15 | 22.96 | 83.2 | - |
| YUV | 130.63 | 188.6 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 238 | 0.19 | 0.67 | 0 | 0.07 | 283.13 | 0.82 | 0.62 |
| Hex | C1 | 4E | EE | 13 | 43 | 0 | 7 | 11B | 52 | 3E |
| Octal | 301 | 116 | 356 | 23 | 103 | 0 | 7 | 433 | 122 | 76 |
| Binary | 11000001 | 1001110 | 11101110 | 10011 | 1000011 | 0 | 111 | 100011011 | 1010010 | 111110 |
Color Harmonies of #C14EEE
Complementary color
Monochromatic Colors of #C14EEE
Black with #C14EEE
Text Example
Text Example
White with #C14EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14EEE; }
p { color: rgb(193,78,238); }
H1.HeaderClassName
{
color: #C14EEE;
}
.AnyTagClassName
{
color: #C14EEE;
}
</style>
background-color css
<style>
a { background-color: #C14EEE; }
a { background-color: rgb(193,78,238); }
div.DivClassName
{
background-color: #C14EEE;
}
.BgClassName
{
background-color: #C14EEE;
}
</style>
border-color css
<style>
span { border-color: #C14EEE; }
span { border-color: rgb(193,78,238); }
td.TdClassName
{
border-color: #C14EEE;
}
.TagClassName
{
border-color: #C14EEE;
}
</style>