Shades of Medium Orchid #C361EB
Tints of Medium Orchid #C361EB
RGB
CMYK
RGB Variations
Color information
#C361EB (or 0xC361EB) is known color: Medium Orchid. HEX triplet: C3, 61 and EB. RGB value is (195,97,235). Sum of RGB (Red+Green+Blue) = 195+97+235=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #C361EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C361EB is #3C9E14. Grayscale: #8D8D8D. Windows color (decimal): -3972629 or 15425987. OLE color: 15425987.
HSL color Cylindrical-coordinate representation of color #C361EB: hue angle of 282.61º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C361EB is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 97 | 235 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.08 |
| HSL | 282.61º | 0.78% | 0.65% | - |
| HSV(B) | 282.61º | 0.59% | 0.92% | - |
| XYZ | 41.78 | 26.15 | 81.44 | - |
| YUV | 142.03 | 180.47 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 235 | 0.17 | 0.59 | 0 | 0.08 | 282.61 | 0.78 | 0.65 |
| Hex | C3 | 61 | EB | 11 | 3B | 0 | 8 | 11B | 4E | 41 |
| Octal | 303 | 141 | 353 | 21 | 73 | 0 | 10 | 433 | 116 | 101 |
| Binary | 11000011 | 1100001 | 11101011 | 10001 | 111011 | 0 | 1000 | 100011011 | 1001110 | 1000001 |
Color Harmonies of #C361EB
Complementary color
Monochromatic Colors of #C361EB
Black with #C361EB
Text Example
Text Example
White with #C361EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C361EB; }
p { color: rgb(195,97,235); }
H1.HeaderClassName
{
color: #C361EB;
}
.AnyTagClassName
{
color: #C361EB;
}
</style>
background-color css
<style>
a { background-color: #C361EB; }
a { background-color: rgb(195,97,235); }
div.DivClassName
{
background-color: #C361EB;
}
.BgClassName
{
background-color: #C361EB;
}
</style>
border-color css
<style>
span { border-color: #C361EB; }
span { border-color: rgb(195,97,235); }
td.TdClassName
{
border-color: #C361EB;
}
.TagClassName
{
border-color: #C361EB;
}
</style>