Shades of Medium Orchid #C36EDE
Tints of Medium Orchid #C36EDE
RGB
CMYK
RGB Variations
Color information
#C36EDE (or 0xC36EDE) is known color: Medium Orchid. HEX triplet: C3, 6E and DE. RGB value is (195,110,222). Sum of RGB (Red+Green+Blue) = 195+110+222=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 110 (43.36% from 255 or 20.87% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #C36EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36EDE is #3C9121. Grayscale: #939393. Windows color (decimal): -3969314 or 14577347. OLE color: 14577347.
HSL color Cylindrical-coordinate representation of color #C36EDE: hue angle of 285.54º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C36EDE is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 110 | 222 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.13 |
| HSL | 285.54º | 0.63% | 0.65% | - |
| HSV(B) | 285.54º | 0.5% | 0.87% | - |
| XYZ | 41.27 | 28.03 | 72.34 | - |
| YUV | 148.18 | 169.66 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 222 | 0.12 | 0.50 | 0 | 0.13 | 285.54 | 0.63 | 0.65 |
| Hex | C3 | 6E | DE | C | 32 | 0 | D | 11E | 3F | 41 |
| Octal | 303 | 156 | 336 | 14 | 62 | 0 | 15 | 436 | 77 | 101 |
| Binary | 11000011 | 1101110 | 11011110 | 1100 | 110010 | 0 | 1101 | 100011110 | 111111 | 1000001 |
Color Harmonies of #C36EDE
Complementary color
Monochromatic Colors of #C36EDE
Black with #C36EDE
Text Example
Text Example
White with #C36EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36EDE; }
p { color: rgb(195,110,222); }
H1.HeaderClassName
{
color: #C36EDE;
}
.AnyTagClassName
{
color: #C36EDE;
}
</style>
background-color css
<style>
a { background-color: #C36EDE; }
a { background-color: rgb(195,110,222); }
div.DivClassName
{
background-color: #C36EDE;
}
.BgClassName
{
background-color: #C36EDE;
}
</style>
border-color css
<style>
span { border-color: #C36EDE; }
span { border-color: rgb(195,110,222); }
td.TdClassName
{
border-color: #C36EDE;
}
.TagClassName
{
border-color: #C36EDE;
}
</style>