Shades of Medium Orchid #C14FF4
Tints of Medium Orchid #C14FF4
RGB
CMYK
RGB Variations
Color information
#C14FF4 (or 0xC14FF4) is known color: Medium Orchid. HEX triplet: C1, 4F and F4. RGB value is (193,79,244). Sum of RGB (Red+Green+Blue) = 193+79+244=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 79 (31.25% from 255 or 15.31% from 516); Blue value is 244 (95.70% from 255 or 47.29% from 516); Max value from RGB is 244 - color contains mainly: blue. Hex color #C14FF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14FF4 is #3EB00B. Grayscale: #838383. Windows color (decimal): -4108300 or 16011201. OLE color: 16011201.
HSL color Cylindrical-coordinate representation of color #C14FF4: hue angle of 281.45º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C14FF4 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 79 | 244 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.04 |
| HSL | 281.45º | 0.88% | 0.63% | - |
| HSV(B) | 281.45º | 0.68% | 0.96% | - |
| XYZ | 41.12 | 23.46 | 87.95 | - |
| YUV | 131.9 | 191.27 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 244 | 0.21 | 0.68 | 0 | 0.04 | 281.45 | 0.88 | 0.63 |
| Hex | C1 | 4F | F4 | 15 | 44 | 0 | 4 | 119 | 58 | 3F |
| Octal | 301 | 117 | 364 | 25 | 104 | 0 | 4 | 431 | 130 | 77 |
| Binary | 11000001 | 1001111 | 11110100 | 10101 | 1000100 | 0 | 100 | 100011001 | 1011000 | 111111 |
Color Harmonies of #C14FF4
Complementary color
Monochromatic Colors of #C14FF4
Black with #C14FF4
Text Example
Text Example
White with #C14FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14FF4; }
p { color: rgb(193,79,244); }
H1.HeaderClassName
{
color: #C14FF4;
}
.AnyTagClassName
{
color: #C14FF4;
}
</style>
background-color css
<style>
a { background-color: #C14FF4; }
a { background-color: rgb(193,79,244); }
div.DivClassName
{
background-color: #C14FF4;
}
.BgClassName
{
background-color: #C14FF4;
}
</style>
border-color css
<style>
span { border-color: #C14FF4; }
span { border-color: rgb(193,79,244); }
td.TdClassName
{
border-color: #C14FF4;
}
.TagClassName
{
border-color: #C14FF4;
}
</style>