Shades of Medium Orchid #C14BDC
Tints of Medium Orchid #C14BDC
RGB
CMYK
RGB Variations
Color information
#C14BDC (or 0xC14BDC) is known color: Medium Orchid. HEX triplet: C1, 4B and DC. RGB value is (193,75,220). Sum of RGB (Red+Green+Blue) = 193+75+220=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 75 (29.69% from 255 or 15.37% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #C14BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14BDC is #3EB423. Grayscale: #7E7E7E. Windows color (decimal): -4109348 or 14437313. OLE color: 14437313.
HSL color Cylindrical-coordinate representation of color #C14BDC: hue angle of 288.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C14BDC is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 75 | 220 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.14 |
| HSL | 288.83º | 0.67% | 0.58% | - |
| HSV(B) | 288.83º | 0.66% | 0.86% | - |
| XYZ | 37.43 | 21.54 | 69.89 | - |
| YUV | 126.81 | 180.59 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 75 | 220 | 0.12 | 0.66 | 0 | 0.14 | 288.83 | 0.67 | 0.58 |
| Hex | C1 | 4B | DC | C | 42 | 0 | E | 121 | 43 | 3A |
| Octal | 301 | 113 | 334 | 14 | 102 | 0 | 16 | 441 | 103 | 72 |
| Binary | 11000001 | 1001011 | 11011100 | 1100 | 1000010 | 0 | 1110 | 100100001 | 1000011 | 111010 |
Color Harmonies of #C14BDC
Complementary color
Monochromatic Colors of #C14BDC
Black with #C14BDC
Text Example
Text Example
White with #C14BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14BDC; }
p { color: rgb(193,75,220); }
H1.HeaderClassName
{
color: #C14BDC;
}
.AnyTagClassName
{
color: #C14BDC;
}
</style>
background-color css
<style>
a { background-color: #C14BDC; }
a { background-color: rgb(193,75,220); }
div.DivClassName
{
background-color: #C14BDC;
}
.BgClassName
{
background-color: #C14BDC;
}
</style>
border-color css
<style>
span { border-color: #C14BDC; }
span { border-color: rgb(193,75,220); }
td.TdClassName
{
border-color: #C14BDC;
}
.TagClassName
{
border-color: #C14BDC;
}
</style>