Shades of Medium Orchid #C36AEC
Tints of Medium Orchid #C36AEC
RGB
CMYK
RGB Variations
Color information
#C36AEC (or 0xC36AEC) is known color: Medium Orchid. HEX triplet: C3, 6A and EC. RGB value is (195,106,236). Sum of RGB (Red+Green+Blue) = 195+106+236=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 106 (41.80% from 255 or 19.74% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #C36AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36AEC is #3C9513. Grayscale: #939393. Windows color (decimal): -3970324 or 15493827. OLE color: 15493827.
HSL color Cylindrical-coordinate representation of color #C36AEC: hue angle of 281.08º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C36AEC is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 106 | 236 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.07 |
| HSL | 281.08º | 0.77% | 0.67% | - |
| HSV(B) | 281.08º | 0.55% | 0.93% | - |
| XYZ | 42.8 | 27.97 | 82.5 | - |
| YUV | 147.43 | 177.99 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 236 | 0.17 | 0.55 | 0 | 0.07 | 281.08 | 0.77 | 0.67 |
| Hex | C3 | 6A | EC | 11 | 37 | 0 | 7 | 119 | 4D | 43 |
| Octal | 303 | 152 | 354 | 21 | 67 | 0 | 7 | 431 | 115 | 103 |
| Binary | 11000011 | 1101010 | 11101100 | 10001 | 110111 | 0 | 111 | 100011001 | 1001101 | 1000011 |
Color Harmonies of #C36AEC
Complementary color
Monochromatic Colors of #C36AEC
Black with #C36AEC
Text Example
Text Example
White with #C36AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36AEC; }
p { color: rgb(195,106,236); }
H1.HeaderClassName
{
color: #C36AEC;
}
.AnyTagClassName
{
color: #C36AEC;
}
</style>
background-color css
<style>
a { background-color: #C36AEC; }
a { background-color: rgb(195,106,236); }
div.DivClassName
{
background-color: #C36AEC;
}
.BgClassName
{
background-color: #C36AEC;
}
</style>
border-color css
<style>
span { border-color: #C36AEC; }
span { border-color: rgb(195,106,236); }
td.TdClassName
{
border-color: #C36AEC;
}
.TagClassName
{
border-color: #C36AEC;
}
</style>