Shades of Medium Orchid #C14BCE
Tints of Medium Orchid #C14BCE
RGB
CMYK
RGB Variations
Color information
#C14BCE (or 0xC14BCE) is known color: Medium Orchid. HEX triplet: C1, 4B and CE. RGB value is (193,75,206). Sum of RGB (Red+Green+Blue) = 193+75+206=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #C14BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14BCE is #3EB431. Grayscale: #7C7C7C. Windows color (decimal): -4109362 or 13519809. OLE color: 13519809.
HSL color Cylindrical-coordinate representation of color #C14BCE: hue angle of 294.05º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C14BCE is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 75 | 206 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.19 |
| HSL | 294.05º | 0.57% | 0.55% | - |
| HSV(B) | 294.05º | 0.64% | 0.81% | - |
| XYZ | 35.65 | 20.83 | 60.53 | - |
| YUV | 125.22 | 173.59 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 75 | 206 | 0.06 | 0.64 | 0 | 0.19 | 294.05 | 0.57 | 0.55 |
| Hex | C1 | 4B | CE | 6 | 40 | 0 | 13 | 126 | 39 | 37 |
| Octal | 301 | 113 | 316 | 6 | 100 | 0 | 23 | 446 | 71 | 67 |
| Binary | 11000001 | 1001011 | 11001110 | 110 | 1000000 | 0 | 10011 | 100100110 | 111001 | 110111 |
Color Harmonies of #C14BCE
Complementary color
Monochromatic Colors of #C14BCE
Black with #C14BCE
Text Example
Text Example
White with #C14BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14BCE; }
p { color: rgb(193,75,206); }
H1.HeaderClassName
{
color: #C14BCE;
}
.AnyTagClassName
{
color: #C14BCE;
}
</style>
background-color css
<style>
a { background-color: #C14BCE; }
a { background-color: rgb(193,75,206); }
div.DivClassName
{
background-color: #C14BCE;
}
.BgClassName
{
background-color: #C14BCE;
}
</style>
border-color css
<style>
span { border-color: #C14BCE; }
span { border-color: rgb(193,75,206); }
td.TdClassName
{
border-color: #C14BCE;
}
.TagClassName
{
border-color: #C14BCE;
}
</style>