Shades of Medium Orchid #C363DC
Tints of Medium Orchid #C363DC
RGB
CMYK
RGB Variations
Color information
#C363DC (or 0xC363DC) is known color: Medium Orchid. HEX triplet: C3, 63 and DC. RGB value is (195,99,220). Sum of RGB (Red+Green+Blue) = 195+99+220=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #C363DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C363DC is #3C9C23. Grayscale: #8D8D8D. Windows color (decimal): -3972132 or 14443459. OLE color: 14443459.
HSL color Cylindrical-coordinate representation of color #C363DC: hue angle of 287.6º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C363DC is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 99 | 220 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.14 |
| HSL | 287.6º | 0.63% | 0.63% | - |
| HSV(B) | 287.6º | 0.55% | 0.86% | - |
| XYZ | 39.89 | 25.69 | 70.57 | - |
| YUV | 141.5 | 172.3 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 220 | 0.11 | 0.55 | 0 | 0.14 | 287.6 | 0.63 | 0.63 |
| Hex | C3 | 63 | DC | B | 37 | 0 | E | 120 | 3F | 3F |
| Octal | 303 | 143 | 334 | 13 | 67 | 0 | 16 | 440 | 77 | 77 |
| Binary | 11000011 | 1100011 | 11011100 | 1011 | 110111 | 0 | 1110 | 100100000 | 111111 | 111111 |
Color Harmonies of #C363DC
Complementary color
Monochromatic Colors of #C363DC
Black with #C363DC
Text Example
Text Example
White with #C363DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C363DC; }
p { color: rgb(195,99,220); }
H1.HeaderClassName
{
color: #C363DC;
}
.AnyTagClassName
{
color: #C363DC;
}
</style>
background-color css
<style>
a { background-color: #C363DC; }
a { background-color: rgb(195,99,220); }
div.DivClassName
{
background-color: #C363DC;
}
.BgClassName
{
background-color: #C363DC;
}
</style>
border-color css
<style>
span { border-color: #C363DC; }
span { border-color: rgb(195,99,220); }
td.TdClassName
{
border-color: #C363DC;
}
.TagClassName
{
border-color: #C363DC;
}
</style>