Shades of Medium Orchid #C36AD6
Tints of Medium Orchid #C36AD6
RGB
CMYK
RGB Variations
Color information
#C36AD6 (or 0xC36AD6) is known color: Medium Orchid. HEX triplet: C3, 6A and D6. RGB value is (195,106,214). Sum of RGB (Red+Green+Blue) = 195+106+214=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 214 - color contains mainly: blue. Hex color #C36AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36AD6 is #3C9529. Grayscale: #909090. Windows color (decimal): -3970346 or 14052035. OLE color: 14052035.
HSL color Cylindrical-coordinate representation of color #C36AD6: hue angle of 289.44º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C36AD6 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 106 | 214 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.16 |
| HSL | 289.44º | 0.57% | 0.63% | - |
| HSV(B) | 289.44º | 0.5% | 0.84% | - |
| XYZ | 39.8 | 26.77 | 66.69 | - |
| YUV | 144.92 | 166.99 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 214 | 0.09 | 0.50 | 0 | 0.16 | 289.44 | 0.57 | 0.63 |
| Hex | C3 | 6A | D6 | 9 | 32 | 0 | 10 | 121 | 39 | 3F |
| Octal | 303 | 152 | 326 | 11 | 62 | 0 | 20 | 441 | 71 | 77 |
| Binary | 11000011 | 1101010 | 11010110 | 1001 | 110010 | 0 | 10000 | 100100001 | 111001 | 111111 |
Color Harmonies of #C36AD6
Complementary color
Monochromatic Colors of #C36AD6
Black with #C36AD6
Text Example
Text Example
White with #C36AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36AD6; }
p { color: rgb(195,106,214); }
H1.HeaderClassName
{
color: #C36AD6;
}
.AnyTagClassName
{
color: #C36AD6;
}
</style>
background-color css
<style>
a { background-color: #C36AD6; }
a { background-color: rgb(195,106,214); }
div.DivClassName
{
background-color: #C36AD6;
}
.BgClassName
{
background-color: #C36AD6;
}
</style>
border-color css
<style>
span { border-color: #C36AD6; }
span { border-color: rgb(195,106,214); }
td.TdClassName
{
border-color: #C36AD6;
}
.TagClassName
{
border-color: #C36AD6;
}
</style>