Shades of Medium Orchid #C36FE8
Tints of Medium Orchid #C36FE8
RGB
CMYK
RGB Variations
Color information
#C36FE8 (or 0xC36FE8) is known color: Medium Orchid. HEX triplet: C3, 6F and E8. RGB value is (195,111,232). Sum of RGB (Red+Green+Blue) = 195+111+232=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 232 (91.02% from 255 or 43.12% from 538); Max value from RGB is 232 - color contains mainly: blue. Hex color #C36FE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36FE8 is #3C9017. Grayscale: #959595. Windows color (decimal): -3969048 or 15232963. OLE color: 15232963.
HSL color Cylindrical-coordinate representation of color #C36FE8: hue angle of 281.65º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C36FE8 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 111 | 232 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.09 |
| HSL | 281.65º | 0.72% | 0.67% | - |
| HSV(B) | 281.65º | 0.52% | 0.91% | - |
| XYZ | 42.76 | 28.8 | 79.65 | - |
| YUV | 149.91 | 174.33 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 232 | 0.16 | 0.52 | 0 | 0.09 | 281.65 | 0.72 | 0.67 |
| Hex | C3 | 6F | E8 | 10 | 34 | 0 | 9 | 11A | 48 | 43 |
| Octal | 303 | 157 | 350 | 20 | 64 | 0 | 11 | 432 | 110 | 103 |
| Binary | 11000011 | 1101111 | 11101000 | 10000 | 110100 | 0 | 1001 | 100011010 | 1001000 | 1000011 |
Color Harmonies of #C36FE8
Complementary color
Monochromatic Colors of #C36FE8
Black with #C36FE8
Text Example
Text Example
White with #C36FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36FE8; }
p { color: rgb(195,111,232); }
H1.HeaderClassName
{
color: #C36FE8;
}
.AnyTagClassName
{
color: #C36FE8;
}
</style>
background-color css
<style>
a { background-color: #C36FE8; }
a { background-color: rgb(195,111,232); }
div.DivClassName
{
background-color: #C36FE8;
}
.BgClassName
{
background-color: #C36FE8;
}
</style>
border-color css
<style>
span { border-color: #C36FE8; }
span { border-color: rgb(195,111,232); }
td.TdClassName
{
border-color: #C36FE8;
}
.TagClassName
{
border-color: #C36FE8;
}
</style>