Shades of Medium Orchid #C14EFD
Tints of Medium Orchid #C14EFD
RGB
CMYK
RGB Variations
Color information
#C14EFD (or 0xC14EFD) is known color: Medium Orchid. HEX triplet: C1, 4E and FD. RGB value is (193,78,253). Sum of RGB (Red+Green+Blue) = 193+78+253=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 78 (30.86% from 255 or 14.89% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #C14EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14EFD is #3EB102. Grayscale: #838383. Windows color (decimal): -4108547 or 16600769. OLE color: 16600769.
HSL color Cylindrical-coordinate representation of color #C14EFD: hue angle of 279.43º degrees, saturation: 0.98, 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 #C14EFD is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 78 | 253 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.01 |
| HSL | 279.43º | 0.98% | 0.65% | - |
| HSV(B) | 279.43º | 0.69% | 0.99% | - |
| XYZ | 42.45 | 23.88 | 95.3 | - |
| YUV | 132.34 | 196.1 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 253 | 0.24 | 0.69 | 0 | 0.01 | 279.43 | 0.98 | 0.65 |
| Hex | C1 | 4E | FD | 18 | 45 | 0 | 1 | 117 | 62 | 41 |
| Octal | 301 | 116 | 375 | 30 | 105 | 0 | 1 | 427 | 142 | 101 |
| Binary | 11000001 | 1001110 | 11111101 | 11000 | 1000101 | 0 | 1 | 100010111 | 1100010 | 1000001 |
Color Harmonies of #C14EFD
Complementary color
Monochromatic Colors of #C14EFD
Black with #C14EFD
Text Example
Text Example
White with #C14EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14EFD; }
p { color: rgb(193,78,253); }
H1.HeaderClassName
{
color: #C14EFD;
}
.AnyTagClassName
{
color: #C14EFD;
}
</style>
background-color css
<style>
a { background-color: #C14EFD; }
a { background-color: rgb(193,78,253); }
div.DivClassName
{
background-color: #C14EFD;
}
.BgClassName
{
background-color: #C14EFD;
}
</style>
border-color css
<style>
span { border-color: #C14EFD; }
span { border-color: rgb(193,78,253); }
td.TdClassName
{
border-color: #C14EFD;
}
.TagClassName
{
border-color: #C14EFD;
}
</style>