Shades of Medium Orchid #C14EFE
Tints of Medium Orchid #C14EFE
RGB
CMYK
RGB Variations
Color information
#C14EFE (or 0xC14EFE) is known color: Medium Orchid. HEX triplet: C1, 4E and FE. RGB value is (193,78,254). Sum of RGB (Red+Green+Blue) = 193+78+254=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 78 (30.86% from 255 or 14.86% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #C14EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14EFE is #3EB101. Grayscale: #838383. Windows color (decimal): -4108546 or 16666305. OLE color: 16666305.
HSL color Cylindrical-coordinate representation of color #C14EFE: hue angle of 279.2º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C14EFE is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 78 | 254 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.00 |
| HSL | 279.2º | 0.99% | 0.65% | - |
| HSV(B) | 279.2º | 0.69% | 1% | - |
| XYZ | 42.61 | 23.94 | 96.14 | - |
| YUV | 132.45 | 196.6 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 254 | 0.24 | 0.69 | 0 | 0.00 | 279.2 | 0.99 | 0.65 |
| Hex | C1 | 4E | FE | 18 | 45 | 0 | 0 | 117 | 63 | 41 |
| Octal | 301 | 116 | 376 | 30 | 105 | 0 | 0 | 427 | 143 | 101 |
| Binary | 11000001 | 1001110 | 11111110 | 11000 | 1000101 | 0 | 0 | 100010111 | 1100011 | 1000001 |
Color Harmonies of #C14EFE
Complementary color
Monochromatic Colors of #C14EFE
Black with #C14EFE
Text Example
Text Example
White with #C14EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14EFE; }
p { color: rgb(193,78,254); }
H1.HeaderClassName
{
color: #C14EFE;
}
.AnyTagClassName
{
color: #C14EFE;
}
</style>
background-color css
<style>
a { background-color: #C14EFE; }
a { background-color: rgb(193,78,254); }
div.DivClassName
{
background-color: #C14EFE;
}
.BgClassName
{
background-color: #C14EFE;
}
</style>
border-color css
<style>
span { border-color: #C14EFE; }
span { border-color: rgb(193,78,254); }
td.TdClassName
{
border-color: #C14EFE;
}
.TagClassName
{
border-color: #C14EFE;
}
</style>