Shades of Medium Orchid #C263E3
Tints of Medium Orchid #C263E3
RGB
CMYK
RGB Variations
Color information
#C263E3 (or 0xC263E3) is known color: Medium Orchid. HEX triplet: C2, 63 and E3. RGB value is (194,99,227). Sum of RGB (Red+Green+Blue) = 194+99+227=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 227 (89.06% from 255 or 43.65% from 520); Max value from RGB is 227 - color contains mainly: blue. Hex color #C263E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C263E3 is #3D9C1C. Grayscale: #8D8D8D. Windows color (decimal): -4037661 or 14902210. OLE color: 14902210.
HSL color Cylindrical-coordinate representation of color #C263E3: hue angle of 284.53º 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 #C263E3 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 99 | 227 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.11 |
| HSL | 284.53º | 0.7% | 0.64% | - |
| HSV(B) | 284.53º | 0.56% | 0.89% | - |
| XYZ | 40.58 | 25.94 | 75.54 | - |
| YUV | 142 | 175.97 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 227 | 0.15 | 0.56 | 0 | 0.11 | 284.53 | 0.7 | 0.64 |
| Hex | C2 | 63 | E3 | F | 38 | 0 | B | 11D | 46 | 40 |
| Octal | 302 | 143 | 343 | 17 | 70 | 0 | 13 | 435 | 106 | 100 |
| Binary | 11000010 | 1100011 | 11100011 | 1111 | 111000 | 0 | 1011 | 100011101 | 1000110 | 1000000 |
Color Harmonies of #C263E3
Complementary color
Monochromatic Colors of #C263E3
Black with #C263E3
Text Example
Text Example
White with #C263E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C263E3; }
p { color: rgb(194,99,227); }
H1.HeaderClassName
{
color: #C263E3;
}
.AnyTagClassName
{
color: #C263E3;
}
</style>
background-color css
<style>
a { background-color: #C263E3; }
a { background-color: rgb(194,99,227); }
div.DivClassName
{
background-color: #C263E3;
}
.BgClassName
{
background-color: #C263E3;
}
</style>
border-color css
<style>
span { border-color: #C263E3; }
span { border-color: rgb(194,99,227); }
td.TdClassName
{
border-color: #C263E3;
}
.TagClassName
{
border-color: #C263E3;
}
</style>