Shades of Medium Orchid #C36CE9
Tints of Medium Orchid #C36CE9
RGB
CMYK
RGB Variations
Color information
#C36CE9 (or 0xC36CE9) is known color: Medium Orchid. HEX triplet: C3, 6C and E9. RGB value is (195,108,233). Sum of RGB (Red+Green+Blue) = 195+108+233=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 108 (42.58% from 255 or 20.15% from 536); Blue value is 233 (91.41% from 255 or 43.47% from 536); Max value from RGB is 233 - color contains mainly: blue. Hex color #C36CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36CE9 is #3C9316. Grayscale: #939393. Windows color (decimal): -3969815 or 15297731. OLE color: 15297731.
HSL color Cylindrical-coordinate representation of color #C36CE9: hue angle of 281.76º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C36CE9 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 108 | 233 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.09 |
| HSL | 281.76º | 0.74% | 0.67% | - |
| HSV(B) | 281.76º | 0.54% | 0.91% | - |
| XYZ | 42.58 | 28.21 | 80.29 | - |
| YUV | 148.26 | 175.82 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 233 | 0.16 | 0.54 | 0 | 0.09 | 281.76 | 0.74 | 0.67 |
| Hex | C3 | 6C | E9 | 10 | 36 | 0 | 9 | 11A | 4A | 43 |
| Octal | 303 | 154 | 351 | 20 | 66 | 0 | 11 | 432 | 112 | 103 |
| Binary | 11000011 | 1101100 | 11101001 | 10000 | 110110 | 0 | 1001 | 100011010 | 1001010 | 1000011 |
Color Harmonies of #C36CE9
Complementary color
Monochromatic Colors of #C36CE9
Black with #C36CE9
Text Example
Text Example
White with #C36CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36CE9; }
p { color: rgb(195,108,233); }
H1.HeaderClassName
{
color: #C36CE9;
}
.AnyTagClassName
{
color: #C36CE9;
}
</style>
background-color css
<style>
a { background-color: #C36CE9; }
a { background-color: rgb(195,108,233); }
div.DivClassName
{
background-color: #C36CE9;
}
.BgClassName
{
background-color: #C36CE9;
}
</style>
border-color css
<style>
span { border-color: #C36CE9; }
span { border-color: rgb(195,108,233); }
td.TdClassName
{
border-color: #C36CE9;
}
.TagClassName
{
border-color: #C36CE9;
}
</style>