Shades of Medium Orchid #C363DD
Tints of Medium Orchid #C363DD
RGB
CMYK
RGB Variations
Color information
#C363DD (or 0xC363DD) is known color: Medium Orchid. HEX triplet: C3, 63 and DD. RGB value is (195,99,221). Sum of RGB (Red+Green+Blue) = 195+99+221=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 99 (39.06% from 255 or 19.22% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #C363DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C363DD is #3C9C22. Grayscale: #8D8D8D. Windows color (decimal): -3972131 or 14508995. OLE color: 14508995.
HSL color Cylindrical-coordinate representation of color #C363DD: hue angle of 287.21º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C363DD is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 99 | 221 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.13 |
| HSL | 287.21º | 0.64% | 0.63% | - |
| HSV(B) | 287.21º | 0.55% | 0.87% | - |
| XYZ | 40.02 | 25.75 | 71.27 | - |
| YUV | 141.61 | 172.8 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 221 | 0.12 | 0.55 | 0 | 0.13 | 287.21 | 0.64 | 0.63 |
| Hex | C3 | 63 | DD | C | 37 | 0 | D | 11F | 40 | 3F |
| Octal | 303 | 143 | 335 | 14 | 67 | 0 | 15 | 437 | 100 | 77 |
| Binary | 11000011 | 1100011 | 11011101 | 1100 | 110111 | 0 | 1101 | 100011111 | 1000000 | 111111 |
Color Harmonies of #C363DD
Complementary color
Monochromatic Colors of #C363DD
Black with #C363DD
Text Example
Text Example
White with #C363DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C363DD; }
p { color: rgb(195,99,221); }
H1.HeaderClassName
{
color: #C363DD;
}
.AnyTagClassName
{
color: #C363DD;
}
</style>
background-color css
<style>
a { background-color: #C363DD; }
a { background-color: rgb(195,99,221); }
div.DivClassName
{
background-color: #C363DD;
}
.BgClassName
{
background-color: #C363DD;
}
</style>
border-color css
<style>
span { border-color: #C363DD; }
span { border-color: rgb(195,99,221); }
td.TdClassName
{
border-color: #C363DD;
}
.TagClassName
{
border-color: #C363DD;
}
</style>