Shades of Medium Orchid #C36FD5
Tints of Medium Orchid #C36FD5
RGB
CMYK
RGB Variations
Color information
#C36FD5 (or 0xC36FD5) is known color: Medium Orchid. HEX triplet: C3, 6F and D5. RGB value is (195,111,213). Sum of RGB (Red+Green+Blue) = 195+111+213=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 213 - color contains mainly: blue. Hex color #C36FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36FD5 is #3C902A. Grayscale: #939393. Windows color (decimal): -3969067 or 13987779. OLE color: 13987779.
HSL color Cylindrical-coordinate representation of color #C36FD5: hue angle of 289.41º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C36FD5 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 111 | 213 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.16 |
| HSL | 289.41º | 0.55% | 0.64% | - |
| HSV(B) | 289.41º | 0.48% | 0.84% | - |
| XYZ | 40.2 | 27.78 | 66.19 | - |
| YUV | 147.74 | 164.83 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 213 | 0.08 | 0.48 | 0 | 0.16 | 289.41 | 0.55 | 0.64 |
| Hex | C3 | 6F | D5 | 8 | 30 | 0 | 10 | 121 | 37 | 40 |
| Octal | 303 | 157 | 325 | 10 | 60 | 0 | 20 | 441 | 67 | 100 |
| Binary | 11000011 | 1101111 | 11010101 | 1000 | 110000 | 0 | 10000 | 100100001 | 110111 | 1000000 |
Color Harmonies of #C36FD5
Complementary color
Monochromatic Colors of #C36FD5
Black with #C36FD5
Text Example
Text Example
White with #C36FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36FD5; }
p { color: rgb(195,111,213); }
H1.HeaderClassName
{
color: #C36FD5;
}
.AnyTagClassName
{
color: #C36FD5;
}
</style>
background-color css
<style>
a { background-color: #C36FD5; }
a { background-color: rgb(195,111,213); }
div.DivClassName
{
background-color: #C36FD5;
}
.BgClassName
{
background-color: #C36FD5;
}
</style>
border-color css
<style>
span { border-color: #C36FD5; }
span { border-color: rgb(195,111,213); }
td.TdClassName
{
border-color: #C36FD5;
}
.TagClassName
{
border-color: #C36FD5;
}
</style>