Shades of Medium Orchid #C36BE4
Tints of Medium Orchid #C36BE4
RGB
CMYK
RGB Variations
Color information
#C36BE4 (or 0xC36BE4) is known color: Medium Orchid. HEX triplet: C3, 6B and E4. RGB value is (195,107,228). Sum of RGB (Red+Green+Blue) = 195+107+228=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 107 (42.19% from 255 or 20.19% from 530); Blue value is 228 (89.45% from 255 or 43.02% from 530); Max value from RGB is 228 - color contains mainly: blue. Hex color #C36BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36BE4 is #3C941B. Grayscale: #929292. Windows color (decimal): -3970076 or 14969795. OLE color: 14969795.
HSL color Cylindrical-coordinate representation of color #C36BE4: hue angle of 283.64º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C36BE4 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 107 | 228 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.11 |
| HSL | 283.64º | 0.69% | 0.66% | - |
| HSV(B) | 283.64º | 0.53% | 0.89% | - |
| XYZ | 41.77 | 27.72 | 76.55 | - |
| YUV | 147.11 | 173.65 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 228 | 0.14 | 0.53 | 0 | 0.11 | 283.64 | 0.69 | 0.66 |
| Hex | C3 | 6B | E4 | E | 35 | 0 | B | 11C | 45 | 42 |
| Octal | 303 | 153 | 344 | 16 | 65 | 0 | 13 | 434 | 105 | 102 |
| Binary | 11000011 | 1101011 | 11100100 | 1110 | 110101 | 0 | 1011 | 100011100 | 1000101 | 1000010 |
Color Harmonies of #C36BE4
Complementary color
Monochromatic Colors of #C36BE4
Black with #C36BE4
Text Example
Text Example
White with #C36BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36BE4; }
p { color: rgb(195,107,228); }
H1.HeaderClassName
{
color: #C36BE4;
}
.AnyTagClassName
{
color: #C36BE4;
}
</style>
background-color css
<style>
a { background-color: #C36BE4; }
a { background-color: rgb(195,107,228); }
div.DivClassName
{
background-color: #C36BE4;
}
.BgClassName
{
background-color: #C36BE4;
}
</style>
border-color css
<style>
span { border-color: #C36BE4; }
span { border-color: rgb(195,107,228); }
td.TdClassName
{
border-color: #C36BE4;
}
.TagClassName
{
border-color: #C36BE4;
}
</style>