Shades of Medium Orchid #C36EDB
Tints of Medium Orchid #C36EDB
RGB
CMYK
RGB Variations
Color information
#C36EDB (or 0xC36EDB) is known color: Medium Orchid. HEX triplet: C3, 6E and DB. RGB value is (195,110,219). Sum of RGB (Red+Green+Blue) = 195+110+219=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #C36EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36EDB is #3C9124. Grayscale: #939393. Windows color (decimal): -3969317 or 14380739. OLE color: 14380739.
HSL color Cylindrical-coordinate representation of color #C36EDB: hue angle of 286.79º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C36EDB is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 110 | 219 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.14 |
| HSL | 286.79º | 0.6% | 0.65% | - |
| HSV(B) | 286.79º | 0.5% | 0.86% | - |
| XYZ | 40.87 | 27.87 | 70.24 | - |
| YUV | 147.84 | 168.16 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 219 | 0.11 | 0.50 | 0 | 0.14 | 286.79 | 0.6 | 0.65 |
| Hex | C3 | 6E | DB | B | 32 | 0 | E | 11F | 3C | 41 |
| Octal | 303 | 156 | 333 | 13 | 62 | 0 | 16 | 437 | 74 | 101 |
| Binary | 11000011 | 1101110 | 11011011 | 1011 | 110010 | 0 | 1110 | 100011111 | 111100 | 1000001 |
Color Harmonies of #C36EDB
Complementary color
Monochromatic Colors of #C36EDB
Black with #C36EDB
Text Example
Text Example
White with #C36EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36EDB; }
p { color: rgb(195,110,219); }
H1.HeaderClassName
{
color: #C36EDB;
}
.AnyTagClassName
{
color: #C36EDB;
}
</style>
background-color css
<style>
a { background-color: #C36EDB; }
a { background-color: rgb(195,110,219); }
div.DivClassName
{
background-color: #C36EDB;
}
.BgClassName
{
background-color: #C36EDB;
}
</style>
border-color css
<style>
span { border-color: #C36EDB; }
span { border-color: rgb(195,110,219); }
td.TdClassName
{
border-color: #C36EDB;
}
.TagClassName
{
border-color: #C36EDB;
}
</style>