Shades of Medium Orchid #C14FFC
Tints of Medium Orchid #C14FFC
RGB
CMYK
RGB Variations
Color information
#C14FFC (or 0xC14FFC) is known color: Medium Orchid. HEX triplet: C1, 4F and FC. RGB value is (193,79,252). Sum of RGB (Red+Green+Blue) = 193+79+252=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 79 (31.25% from 255 or 15.08% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #C14FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14FFC is #3EB003. Grayscale: #848484. Windows color (decimal): -4108292 or 16535489. OLE color: 16535489.
HSL color Cylindrical-coordinate representation of color #C14FFC: hue angle of 279.54º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C14FFC is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 79 | 252 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.01 |
| HSL | 279.54º | 0.97% | 0.65% | - |
| HSV(B) | 279.54º | 0.69% | 0.99% | - |
| XYZ | 42.36 | 23.96 | 94.49 | - |
| YUV | 132.81 | 195.27 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 252 | 0.23 | 0.69 | 0 | 0.01 | 279.54 | 0.97 | 0.65 |
| Hex | C1 | 4F | FC | 17 | 45 | 0 | 1 | 118 | 61 | 41 |
| Octal | 301 | 117 | 374 | 27 | 105 | 0 | 1 | 430 | 141 | 101 |
| Binary | 11000001 | 1001111 | 11111100 | 10111 | 1000101 | 0 | 1 | 100011000 | 1100001 | 1000001 |
Color Harmonies of #C14FFC
Complementary color
Monochromatic Colors of #C14FFC
Black with #C14FFC
Text Example
Text Example
White with #C14FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14FFC; }
p { color: rgb(193,79,252); }
H1.HeaderClassName
{
color: #C14FFC;
}
.AnyTagClassName
{
color: #C14FFC;
}
</style>
background-color css
<style>
a { background-color: #C14FFC; }
a { background-color: rgb(193,79,252); }
div.DivClassName
{
background-color: #C14FFC;
}
.BgClassName
{
background-color: #C14FFC;
}
</style>
border-color css
<style>
span { border-color: #C14FFC; }
span { border-color: rgb(193,79,252); }
td.TdClassName
{
border-color: #C14FFC;
}
.TagClassName
{
border-color: #C14FFC;
}
</style>