Shades of Medium Orchid #C363D1
Tints of Medium Orchid #C363D1
RGB
CMYK
RGB Variations
Color information
#C363D1 (or 0xC363D1) is known color: Medium Orchid. HEX triplet: C3, 63 and D1. RGB value is (195,99,209). Sum of RGB (Red+Green+Blue) = 195+99+209=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 209 - color contains mainly: blue. Hex color #C363D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C363D1 is #3C9C2E. Grayscale: #8B8B8B. Windows color (decimal): -3972143 or 13722563. OLE color: 13722563.
HSL color Cylindrical-coordinate representation of color #C363D1: hue angle of 292.36º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C363D1 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 99 | 209 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.18 |
| HSL | 292.36º | 0.54% | 0.6% | - |
| HSV(B) | 292.36º | 0.53% | 0.82% | - |
| XYZ | 38.48 | 25.13 | 63.14 | - |
| YUV | 140.24 | 166.8 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 209 | 0.07 | 0.53 | 0 | 0.18 | 292.36 | 0.54 | 0.6 |
| Hex | C3 | 63 | D1 | 7 | 35 | 0 | 12 | 124 | 36 | 3C |
| Octal | 303 | 143 | 321 | 7 | 65 | 0 | 22 | 444 | 66 | 74 |
| Binary | 11000011 | 1100011 | 11010001 | 111 | 110101 | 0 | 10010 | 100100100 | 110110 | 111100 |
Color Harmonies of #C363D1
Complementary color
Monochromatic Colors of #C363D1
Black with #C363D1
Text Example
Text Example
White with #C363D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C363D1; }
p { color: rgb(195,99,209); }
H1.HeaderClassName
{
color: #C363D1;
}
.AnyTagClassName
{
color: #C363D1;
}
</style>
background-color css
<style>
a { background-color: #C363D1; }
a { background-color: rgb(195,99,209); }
div.DivClassName
{
background-color: #C363D1;
}
.BgClassName
{
background-color: #C363D1;
}
</style>
border-color css
<style>
span { border-color: #C363D1; }
span { border-color: rgb(195,99,209); }
td.TdClassName
{
border-color: #C363D1;
}
.TagClassName
{
border-color: #C363D1;
}
</style>