Shades of Medium Orchid #C14AFE
Tints of Medium Orchid #C14AFE
RGB
CMYK
RGB Variations
Color information
#C14AFE (or 0xC14AFE) is known color: Medium Orchid. HEX triplet: C1, 4A and FE. RGB value is (193,74,254). Sum of RGB (Red+Green+Blue) = 193+74+254=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 74 (29.30% from 255 or 14.20% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #C14AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C14AFE is #3EB501. Grayscale: #818181. Windows color (decimal): -4109570 or 16665281. OLE color: 16665281.
HSL color Cylindrical-coordinate representation of color #C14AFE: hue angle of 279.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C14AFE is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 74 | 254 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.00 |
| HSL | 279.67º | 0.99% | 0.64% | - |
| HSV(B) | 279.67º | 0.71% | 1% | - |
| XYZ | 42.33 | 23.39 | 96.05 | - |
| YUV | 130.1 | 197.92 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 254 | 0.24 | 0.71 | 0 | 0.00 | 279.67 | 0.99 | 0.64 |
| Hex | C1 | 4A | FE | 18 | 47 | 0 | 0 | 118 | 63 | 40 |
| Octal | 301 | 112 | 376 | 30 | 107 | 0 | 0 | 430 | 143 | 100 |
| Binary | 11000001 | 1001010 | 11111110 | 11000 | 1000111 | 0 | 0 | 100011000 | 1100011 | 1000000 |
Color Harmonies of #C14AFE
Complementary color
Monochromatic Colors of #C14AFE
Black with #C14AFE
Text Example
Text Example
White with #C14AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14AFE; }
p { color: rgb(193,74,254); }
H1.HeaderClassName
{
color: #C14AFE;
}
.AnyTagClassName
{
color: #C14AFE;
}
</style>
background-color css
<style>
a { background-color: #C14AFE; }
a { background-color: rgb(193,74,254); }
div.DivClassName
{
background-color: #C14AFE;
}
.BgClassName
{
background-color: #C14AFE;
}
</style>
border-color css
<style>
span { border-color: #C14AFE; }
span { border-color: rgb(193,74,254); }
td.TdClassName
{
border-color: #C14AFE;
}
.TagClassName
{
border-color: #C14AFE;
}
</style>