Shades of Medium Orchid #C14BE3
Tints of Medium Orchid #C14BE3
RGB
CMYK
RGB Variations
Color information
#C14BE3 (or 0xC14BE3) is known color: Medium Orchid. HEX triplet: C1, 4B and E3. RGB value is (193,75,227). Sum of RGB (Red+Green+Blue) = 193+75+227=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 75 (29.69% from 255 or 15.15% from 495); Blue value is 227 (89.06% from 255 or 45.86% from 495); Max value from RGB is 227 - color contains mainly: blue. Hex color #C14BE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14BE3 is #3EB41C. Grayscale: #7F7F7F. Windows color (decimal): -4109341 or 14896065. OLE color: 14896065.
HSL color Cylindrical-coordinate representation of color #C14BE3: hue angle of 286.58º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C14BE3 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 75 | 227 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.11 |
| HSL | 286.58º | 0.73% | 0.59% | - |
| HSV(B) | 286.58º | 0.67% | 0.89% | - |
| XYZ | 38.37 | 21.92 | 74.88 | - |
| YUV | 127.61 | 184.09 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 75 | 227 | 0.15 | 0.67 | 0 | 0.11 | 286.58 | 0.73 | 0.59 |
| Hex | C1 | 4B | E3 | F | 43 | 0 | B | 11F | 49 | 3B |
| Octal | 301 | 113 | 343 | 17 | 103 | 0 | 13 | 437 | 111 | 73 |
| Binary | 11000001 | 1001011 | 11100011 | 1111 | 1000011 | 0 | 1011 | 100011111 | 1001001 | 111011 |
Color Harmonies of #C14BE3
Complementary color
Monochromatic Colors of #C14BE3
Black with #C14BE3
Text Example
Text Example
White with #C14BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14BE3; }
p { color: rgb(193,75,227); }
H1.HeaderClassName
{
color: #C14BE3;
}
.AnyTagClassName
{
color: #C14BE3;
}
</style>
background-color css
<style>
a { background-color: #C14BE3; }
a { background-color: rgb(193,75,227); }
div.DivClassName
{
background-color: #C14BE3;
}
.BgClassName
{
background-color: #C14BE3;
}
</style>
border-color css
<style>
span { border-color: #C14BE3; }
span { border-color: rgb(193,75,227); }
td.TdClassName
{
border-color: #C14BE3;
}
.TagClassName
{
border-color: #C14BE3;
}
</style>