Shades of Medium Orchid #C36BE8
Tints of Medium Orchid #C36BE8
RGB
CMYK
RGB Variations
Color information
#C36BE8 (or 0xC36BE8) is known color: Medium Orchid. HEX triplet: C3, 6B and E8. RGB value is (195,107,232). Sum of RGB (Red+Green+Blue) = 195+107+232=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 232 (91.02% from 255 or 43.45% from 534); Max value from RGB is 232 - color contains mainly: blue. Hex color #C36BE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36BE8 is #3C9417. Grayscale: #939393. Windows color (decimal): -3970072 or 15231939. OLE color: 15231939.
HSL color Cylindrical-coordinate representation of color #C36BE8: hue angle of 282.24º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C36BE8 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 107 | 232 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.09 |
| HSL | 282.24º | 0.73% | 0.66% | - |
| HSV(B) | 282.24º | 0.54% | 0.91% | - |
| XYZ | 42.33 | 27.94 | 79.51 | - |
| YUV | 147.56 | 175.65 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 232 | 0.16 | 0.54 | 0 | 0.09 | 282.24 | 0.73 | 0.66 |
| Hex | C3 | 6B | E8 | 10 | 36 | 0 | 9 | 11A | 49 | 42 |
| Octal | 303 | 153 | 350 | 20 | 66 | 0 | 11 | 432 | 111 | 102 |
| Binary | 11000011 | 1101011 | 11101000 | 10000 | 110110 | 0 | 1001 | 100011010 | 1001001 | 1000010 |
Color Harmonies of #C36BE8
Complementary color
Monochromatic Colors of #C36BE8
Black with #C36BE8
Text Example
Text Example
White with #C36BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36BE8; }
p { color: rgb(195,107,232); }
H1.HeaderClassName
{
color: #C36BE8;
}
.AnyTagClassName
{
color: #C36BE8;
}
</style>
background-color css
<style>
a { background-color: #C36BE8; }
a { background-color: rgb(195,107,232); }
div.DivClassName
{
background-color: #C36BE8;
}
.BgClassName
{
background-color: #C36BE8;
}
</style>
border-color css
<style>
span { border-color: #C36BE8; }
span { border-color: rgb(195,107,232); }
td.TdClassName
{
border-color: #C36BE8;
}
.TagClassName
{
border-color: #C36BE8;
}
</style>