Shades of Medium Orchid #C363E3
Tints of Medium Orchid #C363E3
RGB
CMYK
RGB Variations
Color information
#C363E3 (or 0xC363E3) is known color: Medium Orchid. HEX triplet: C3, 63 and E3. RGB value is (195,99,227). Sum of RGB (Red+Green+Blue) = 195+99+227=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 227 (89.06% from 255 or 43.57% from 521); Max value from RGB is 227 - color contains mainly: blue. Hex color #C363E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C363E3 is #3C9C1C. Grayscale: #8D8D8D. Windows color (decimal): -3972125 or 14902211. OLE color: 14902211.
HSL color Cylindrical-coordinate representation of color #C363E3: hue angle of 285º 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 #C363E3 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 99 | 227 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.11 |
| HSL | 285º | 0.7% | 0.64% | - |
| HSV(B) | 285º | 0.56% | 0.89% | - |
| XYZ | 40.83 | 26.07 | 75.55 | - |
| YUV | 142.3 | 175.8 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 227 | 0.14 | 0.56 | 0 | 0.11 | 285 | 0.7 | 0.64 |
| Hex | C3 | 63 | E3 | E | 38 | 0 | B | 11D | 46 | 40 |
| Octal | 303 | 143 | 343 | 16 | 70 | 0 | 13 | 435 | 106 | 100 |
| Binary | 11000011 | 1100011 | 11100011 | 1110 | 111000 | 0 | 1011 | 100011101 | 1000110 | 1000000 |
Color Harmonies of #C363E3
Complementary color
Monochromatic Colors of #C363E3
Black with #C363E3
Text Example
Text Example
White with #C363E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C363E3; }
p { color: rgb(195,99,227); }
H1.HeaderClassName
{
color: #C363E3;
}
.AnyTagClassName
{
color: #C363E3;
}
</style>
background-color css
<style>
a { background-color: #C363E3; }
a { background-color: rgb(195,99,227); }
div.DivClassName
{
background-color: #C363E3;
}
.BgClassName
{
background-color: #C363E3;
}
</style>
border-color css
<style>
span { border-color: #C363E3; }
span { border-color: rgb(195,99,227); }
td.TdClassName
{
border-color: #C363E3;
}
.TagClassName
{
border-color: #C363E3;
}
</style>