Shades of Medium Orchid #C36EDA
Tints of Medium Orchid #C36EDA
RGB
CMYK
RGB Variations
Color information
#C36EDA (or 0xC36EDA) is known color: Medium Orchid. HEX triplet: C3, 6E and DA. RGB value is (195,110,218). Sum of RGB (Red+Green+Blue) = 195+110+218=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #C36EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36EDA is #3C9125. Grayscale: #939393. Windows color (decimal): -3969318 or 14315203. OLE color: 14315203.
HSL color Cylindrical-coordinate representation of color #C36EDA: hue angle of 287.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C36EDA is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 110 | 218 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.15 |
| HSL | 287.22º | 0.59% | 0.64% | - |
| HSV(B) | 287.22º | 0.5% | 0.85% | - |
| XYZ | 40.74 | 27.82 | 69.55 | - |
| YUV | 147.73 | 167.66 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 218 | 0.11 | 0.50 | 0 | 0.15 | 287.22 | 0.59 | 0.64 |
| Hex | C3 | 6E | DA | B | 32 | 0 | F | 11F | 3B | 40 |
| Octal | 303 | 156 | 332 | 13 | 62 | 0 | 17 | 437 | 73 | 100 |
| Binary | 11000011 | 1101110 | 11011010 | 1011 | 110010 | 0 | 1111 | 100011111 | 111011 | 1000000 |
Color Harmonies of #C36EDA
Complementary color
Monochromatic Colors of #C36EDA
Black with #C36EDA
Text Example
Text Example
White with #C36EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36EDA; }
p { color: rgb(195,110,218); }
H1.HeaderClassName
{
color: #C36EDA;
}
.AnyTagClassName
{
color: #C36EDA;
}
</style>
background-color css
<style>
a { background-color: #C36EDA; }
a { background-color: rgb(195,110,218); }
div.DivClassName
{
background-color: #C36EDA;
}
.BgClassName
{
background-color: #C36EDA;
}
</style>
border-color css
<style>
span { border-color: #C36EDA; }
span { border-color: rgb(195,110,218); }
td.TdClassName
{
border-color: #C36EDA;
}
.TagClassName
{
border-color: #C36EDA;
}
</style>