Shades of Medium Orchid #C36CDE
Tints of Medium Orchid #C36CDE
RGB
CMYK
RGB Variations
Color information
#C36CDE (or 0xC36CDE) is known color: Medium Orchid. HEX triplet: C3, 6C and DE. RGB value is (195,108,222). Sum of RGB (Red+Green+Blue) = 195+108+222=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #C36CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36CDE is #3C9321. Grayscale: #929292. Windows color (decimal): -3969826 or 14576835. OLE color: 14576835.
HSL color Cylindrical-coordinate representation of color #C36CDE: hue angle of 285.79º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C36CDE is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 108 | 222 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.13 |
| HSL | 285.79º | 0.63% | 0.65% | - |
| HSV(B) | 285.79º | 0.51% | 0.87% | - |
| XYZ | 41.05 | 27.6 | 72.27 | - |
| YUV | 147.01 | 170.32 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 222 | 0.12 | 0.51 | 0 | 0.13 | 285.79 | 0.63 | 0.65 |
| Hex | C3 | 6C | DE | C | 33 | 0 | D | 11E | 3F | 41 |
| Octal | 303 | 154 | 336 | 14 | 63 | 0 | 15 | 436 | 77 | 101 |
| Binary | 11000011 | 1101100 | 11011110 | 1100 | 110011 | 0 | 1101 | 100011110 | 111111 | 1000001 |
Color Harmonies of #C36CDE
Complementary color
Monochromatic Colors of #C36CDE
Black with #C36CDE
Text Example
Text Example
White with #C36CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36CDE; }
p { color: rgb(195,108,222); }
H1.HeaderClassName
{
color: #C36CDE;
}
.AnyTagClassName
{
color: #C36CDE;
}
</style>
background-color css
<style>
a { background-color: #C36CDE; }
a { background-color: rgb(195,108,222); }
div.DivClassName
{
background-color: #C36CDE;
}
.BgClassName
{
background-color: #C36CDE;
}
</style>
border-color css
<style>
span { border-color: #C36CDE; }
span { border-color: rgb(195,108,222); }
td.TdClassName
{
border-color: #C36CDE;
}
.TagClassName
{
border-color: #C36CDE;
}
</style>