Shades of Medium Orchid #C36BE9
Tints of Medium Orchid #C36BE9
RGB
CMYK
RGB Variations
Color information
#C36BE9 (or 0xC36BE9) is known color: Medium Orchid. HEX triplet: C3, 6B and E9. RGB value is (195,107,233). Sum of RGB (Red+Green+Blue) = 195+107+233=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 233 (91.41% from 255 or 43.55% from 535); Max value from RGB is 233 - color contains mainly: blue. Hex color #C36BE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36BE9 is #3C9416. Grayscale: #939393. Windows color (decimal): -3970071 or 15297475. OLE color: 15297475.
HSL color Cylindrical-coordinate representation of color #C36BE9: hue angle of 281.9º 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 #C36BE9 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 107 | 233 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.09 |
| HSL | 281.9º | 0.74% | 0.67% | - |
| HSV(B) | 281.9º | 0.54% | 0.91% | - |
| XYZ | 42.47 | 28 | 80.26 | - |
| YUV | 147.68 | 176.15 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 233 | 0.16 | 0.54 | 0 | 0.09 | 281.9 | 0.74 | 0.67 |
| Hex | C3 | 6B | E9 | 10 | 36 | 0 | 9 | 11A | 4A | 43 |
| Octal | 303 | 153 | 351 | 20 | 66 | 0 | 11 | 432 | 112 | 103 |
| Binary | 11000011 | 1101011 | 11101001 | 10000 | 110110 | 0 | 1001 | 100011010 | 1001010 | 1000011 |
Color Harmonies of #C36BE9
Complementary color
Monochromatic Colors of #C36BE9
Black with #C36BE9
Text Example
Text Example
White with #C36BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36BE9; }
p { color: rgb(195,107,233); }
H1.HeaderClassName
{
color: #C36BE9;
}
.AnyTagClassName
{
color: #C36BE9;
}
</style>
background-color css
<style>
a { background-color: #C36BE9; }
a { background-color: rgb(195,107,233); }
div.DivClassName
{
background-color: #C36BE9;
}
.BgClassName
{
background-color: #C36BE9;
}
</style>
border-color css
<style>
span { border-color: #C36BE9; }
span { border-color: rgb(195,107,233); }
td.TdClassName
{
border-color: #C36BE9;
}
.TagClassName
{
border-color: #C36BE9;
}
</style>