Shades of Medium Orchid #C362E5
Tints of Medium Orchid #C362E5
RGB
CMYK
RGB Variations
Color information
#C362E5 (or 0xC362E5) is known color: Medium Orchid. HEX triplet: C3, 62 and E5. RGB value is (195,98,229). Sum of RGB (Red+Green+Blue) = 195+98+229=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 98 (38.67% from 255 or 18.77% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 229 - color contains mainly: blue. Hex color #C362E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C362E5 is #3C9D1A. Grayscale: #8D8D8D. Windows color (decimal): -3972379 or 15033027. OLE color: 15033027.
HSL color Cylindrical-coordinate representation of color #C362E5: hue angle of 284.43º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C362E5 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 98 | 229 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.10 |
| HSL | 284.43º | 0.72% | 0.64% | - |
| HSV(B) | 284.43º | 0.57% | 0.9% | - |
| XYZ | 41.02 | 25.99 | 76.98 | - |
| YUV | 141.94 | 177.14 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 229 | 0.15 | 0.57 | 0 | 0.10 | 284.43 | 0.72 | 0.64 |
| Hex | C3 | 62 | E5 | F | 39 | 0 | A | 11C | 48 | 40 |
| Octal | 303 | 142 | 345 | 17 | 71 | 0 | 12 | 434 | 110 | 100 |
| Binary | 11000011 | 1100010 | 11100101 | 1111 | 111001 | 0 | 1010 | 100011100 | 1001000 | 1000000 |
Color Harmonies of #C362E5
Complementary color
Monochromatic Colors of #C362E5
Black with #C362E5
Text Example
Text Example
White with #C362E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C362E5; }
p { color: rgb(195,98,229); }
H1.HeaderClassName
{
color: #C362E5;
}
.AnyTagClassName
{
color: #C362E5;
}
</style>
background-color css
<style>
a { background-color: #C362E5; }
a { background-color: rgb(195,98,229); }
div.DivClassName
{
background-color: #C362E5;
}
.BgClassName
{
background-color: #C362E5;
}
</style>
border-color css
<style>
span { border-color: #C362E5; }
span { border-color: rgb(195,98,229); }
td.TdClassName
{
border-color: #C362E5;
}
.TagClassName
{
border-color: #C362E5;
}
</style>