Shades of Medium Orchid #C14ECF
Tints of Medium Orchid #C14ECF
RGB
CMYK
RGB Variations
Color information
#C14ECF (or 0xC14ECF) is known color: Medium Orchid. HEX triplet: C1, 4E and CF. RGB value is (193,78,207). Sum of RGB (Red+Green+Blue) = 193+78+207=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #C14ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14ECF is #3EB130. Grayscale: #7E7E7E. Windows color (decimal): -4108593 or 13586113. OLE color: 13586113.
HSL color Cylindrical-coordinate representation of color #C14ECF: hue angle of 293.49º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C14ECF is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 78 | 207 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.19 |
| HSL | 293.49º | 0.57% | 0.56% | - |
| HSV(B) | 293.49º | 0.62% | 0.81% | - |
| XYZ | 35.98 | 21.29 | 61.24 | - |
| YUV | 127.09 | 173.1 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 207 | 0.07 | 0.62 | 0 | 0.19 | 293.49 | 0.57 | 0.56 |
| Hex | C1 | 4E | CF | 7 | 3E | 0 | 13 | 125 | 39 | 38 |
| Octal | 301 | 116 | 317 | 7 | 76 | 0 | 23 | 445 | 71 | 70 |
| Binary | 11000001 | 1001110 | 11001111 | 111 | 111110 | 0 | 10011 | 100100101 | 111001 | 111000 |
Color Harmonies of #C14ECF
Complementary color
Monochromatic Colors of #C14ECF
Black with #C14ECF
Text Example
Text Example
White with #C14ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14ECF; }
p { color: rgb(193,78,207); }
H1.HeaderClassName
{
color: #C14ECF;
}
.AnyTagClassName
{
color: #C14ECF;
}
</style>
background-color css
<style>
a { background-color: #C14ECF; }
a { background-color: rgb(193,78,207); }
div.DivClassName
{
background-color: #C14ECF;
}
.BgClassName
{
background-color: #C14ECF;
}
</style>
border-color css
<style>
span { border-color: #C14ECF; }
span { border-color: rgb(193,78,207); }
td.TdClassName
{
border-color: #C14ECF;
}
.TagClassName
{
border-color: #C14ECF;
}
</style>