Shades of Medium Orchid #C362EB
Tints of Medium Orchid #C362EB
RGB
CMYK
RGB Variations
Color information
#C362EB (or 0xC362EB) is known color: Medium Orchid. HEX triplet: C3, 62 and EB. RGB value is (195,98,235). Sum of RGB (Red+Green+Blue) = 195+98+235=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 98 (38.67% from 255 or 18.56% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #C362EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C362EB is #3C9D14. Grayscale: #8E8E8E. Windows color (decimal): -3972373 or 15426243. OLE color: 15426243.
HSL color Cylindrical-coordinate representation of color #C362EB: hue angle of 282.48º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C362EB is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 98 | 235 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.08 |
| HSL | 282.48º | 0.77% | 0.65% | - |
| HSV(B) | 282.48º | 0.58% | 0.92% | - |
| XYZ | 41.87 | 26.34 | 81.47 | - |
| YUV | 142.62 | 180.14 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 235 | 0.17 | 0.58 | 0 | 0.08 | 282.48 | 0.77 | 0.65 |
| Hex | C3 | 62 | EB | 11 | 3A | 0 | 8 | 11A | 4D | 41 |
| Octal | 303 | 142 | 353 | 21 | 72 | 0 | 10 | 432 | 115 | 101 |
| Binary | 11000011 | 1100010 | 11101011 | 10001 | 111010 | 0 | 1000 | 100011010 | 1001101 | 1000001 |
Color Harmonies of #C362EB
Complementary color
Monochromatic Colors of #C362EB
Black with #C362EB
Text Example
Text Example
White with #C362EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C362EB; }
p { color: rgb(195,98,235); }
H1.HeaderClassName
{
color: #C362EB;
}
.AnyTagClassName
{
color: #C362EB;
}
</style>
background-color css
<style>
a { background-color: #C362EB; }
a { background-color: rgb(195,98,235); }
div.DivClassName
{
background-color: #C362EB;
}
.BgClassName
{
background-color: #C362EB;
}
</style>
border-color css
<style>
span { border-color: #C362EB; }
span { border-color: rgb(195,98,235); }
td.TdClassName
{
border-color: #C362EB;
}
.TagClassName
{
border-color: #C362EB;
}
</style>