Shades of Medium Orchid #C36BD9
Tints of Medium Orchid #C36BD9
RGB
CMYK
RGB Variations
Color information
#C36BD9 (or 0xC36BD9) is known color: Medium Orchid. HEX triplet: C3, 6B and D9. RGB value is (195,107,217). Sum of RGB (Red+Green+Blue) = 195+107+217=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 217 - color contains mainly: blue. Hex color #C36BD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36BD9 is #3C9426. Grayscale: #919191. Windows color (decimal): -3970087 or 14248899. OLE color: 14248899.
HSL color Cylindrical-coordinate representation of color #C36BD9: hue angle of 288º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C36BD9 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 107 | 217 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.15 |
| HSL | 288º | 0.59% | 0.64% | - |
| HSV(B) | 288º | 0.51% | 0.85% | - |
| XYZ | 40.29 | 27.13 | 68.76 | - |
| YUV | 145.85 | 168.15 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 217 | 0.10 | 0.51 | 0 | 0.15 | 288 | 0.59 | 0.64 |
| Hex | C3 | 6B | D9 | A | 33 | 0 | F | 120 | 3B | 40 |
| Octal | 303 | 153 | 331 | 12 | 63 | 0 | 17 | 440 | 73 | 100 |
| Binary | 11000011 | 1101011 | 11011001 | 1010 | 110011 | 0 | 1111 | 100100000 | 111011 | 1000000 |
Color Harmonies of #C36BD9
Complementary color
Monochromatic Colors of #C36BD9
Black with #C36BD9
Text Example
Text Example
White with #C36BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36BD9; }
p { color: rgb(195,107,217); }
H1.HeaderClassName
{
color: #C36BD9;
}
.AnyTagClassName
{
color: #C36BD9;
}
</style>
background-color css
<style>
a { background-color: #C36BD9; }
a { background-color: rgb(195,107,217); }
div.DivClassName
{
background-color: #C36BD9;
}
.BgClassName
{
background-color: #C36BD9;
}
</style>
border-color css
<style>
span { border-color: #C36BD9; }
span { border-color: rgb(195,107,217); }
td.TdClassName
{
border-color: #C36BD9;
}
.TagClassName
{
border-color: #C36BD9;
}
</style>