Shades of Medium Orchid #C463E3
Tints of Medium Orchid #C463E3
RGB
CMYK
RGB Variations
Color information
#C463E3 (or 0xC463E3) is known color: Medium Orchid. HEX triplet: C4, 63 and E3. RGB value is (196,99,227). Sum of RGB (Red+Green+Blue) = 196+99+227=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 99 (39.06% from 255 or 18.97% from 522); Blue value is 227 (89.06% from 255 or 43.49% from 522); Max value from RGB is 227 - color contains mainly: blue. Hex color #C463E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C463E3 is #3B9C1C. Grayscale: #8E8E8E. Windows color (decimal): -3906589 or 14902212. OLE color: 14902212.
HSL color Cylindrical-coordinate representation of color #C463E3: hue angle of 285.47º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C463E3 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 99 | 227 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.11 |
| HSL | 285.47º | 0.7% | 0.64% | - |
| HSV(B) | 285.47º | 0.56% | 0.89% | - |
| XYZ | 41.09 | 26.21 | 75.57 | - |
| YUV | 142.6 | 175.64 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 99 | 227 | 0.14 | 0.56 | 0 | 0.11 | 285.47 | 0.7 | 0.64 |
| Hex | C4 | 63 | E3 | E | 38 | 0 | B | 11D | 46 | 40 |
| Octal | 304 | 143 | 343 | 16 | 70 | 0 | 13 | 435 | 106 | 100 |
| Binary | 11000100 | 1100011 | 11100011 | 1110 | 111000 | 0 | 1011 | 100011101 | 1000110 | 1000000 |
Color Harmonies of #C463E3
Complementary color
Monochromatic Colors of #C463E3
Black with #C463E3
Text Example
Text Example
White with #C463E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C463E3; }
p { color: rgb(196,99,227); }
H1.HeaderClassName
{
color: #C463E3;
}
.AnyTagClassName
{
color: #C463E3;
}
</style>
background-color css
<style>
a { background-color: #C463E3; }
a { background-color: rgb(196,99,227); }
div.DivClassName
{
background-color: #C463E3;
}
.BgClassName
{
background-color: #C463E3;
}
</style>
border-color css
<style>
span { border-color: #C463E3; }
span { border-color: rgb(196,99,227); }
td.TdClassName
{
border-color: #C463E3;
}
.TagClassName
{
border-color: #C463E3;
}
</style>