Shades of Medium Orchid #C362E9
Tints of Medium Orchid #C362E9
RGB
CMYK
RGB Variations
Color information
#C362E9 (or 0xC362E9) is known color: Medium Orchid. HEX triplet: C3, 62 and E9. RGB value is (195,98,233). Sum of RGB (Red+Green+Blue) = 195+98+233=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 98 (38.67% from 255 or 18.63% from 526); Blue value is 233 (91.41% from 255 or 44.30% from 526); Max value from RGB is 233 - color contains mainly: blue. Hex color #C362E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C362E9 is #3C9D16. Grayscale: #8D8D8D. Windows color (decimal): -3972375 or 15295171. OLE color: 15295171.
HSL color Cylindrical-coordinate representation of color #C362E9: hue angle of 283.11º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C362E9 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 98 | 233 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.09 |
| HSL | 283.11º | 0.75% | 0.65% | - |
| HSV(B) | 283.11º | 0.58% | 0.91% | - |
| XYZ | 41.58 | 26.22 | 79.96 | - |
| YUV | 142.39 | 179.14 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 233 | 0.16 | 0.58 | 0 | 0.09 | 283.11 | 0.75 | 0.65 |
| Hex | C3 | 62 | E9 | 10 | 3A | 0 | 9 | 11B | 4B | 41 |
| Octal | 303 | 142 | 351 | 20 | 72 | 0 | 11 | 433 | 113 | 101 |
| Binary | 11000011 | 1100010 | 11101001 | 10000 | 111010 | 0 | 1001 | 100011011 | 1001011 | 1000001 |
Color Harmonies of #C362E9
Complementary color
Monochromatic Colors of #C362E9
Black with #C362E9
Text Example
Text Example
White with #C362E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C362E9; }
p { color: rgb(195,98,233); }
H1.HeaderClassName
{
color: #C362E9;
}
.AnyTagClassName
{
color: #C362E9;
}
</style>
background-color css
<style>
a { background-color: #C362E9; }
a { background-color: rgb(195,98,233); }
div.DivClassName
{
background-color: #C362E9;
}
.BgClassName
{
background-color: #C362E9;
}
</style>
border-color css
<style>
span { border-color: #C362E9; }
span { border-color: rgb(195,98,233); }
td.TdClassName
{
border-color: #C362E9;
}
.TagClassName
{
border-color: #C362E9;
}
</style>