Shades of Medium Orchid #C462E5
Tints of Medium Orchid #C462E5
RGB
CMYK
RGB Variations
Color information
#C462E5 (or 0xC462E5) is known color: Medium Orchid. HEX triplet: C4, 62 and E5. RGB value is (196,98,229). Sum of RGB (Red+Green+Blue) = 196+98+229=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 98 (38.67% from 255 or 18.74% from 523); Blue value is 229 (89.84% from 255 or 43.79% from 523); Max value from RGB is 229 - color contains mainly: blue. Hex color #C462E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C462E5 is #3B9D1A. Grayscale: #8D8D8D. Windows color (decimal): -3906843 or 15033028. OLE color: 15033028.
HSL color Cylindrical-coordinate representation of color #C462E5: hue angle of 284.89º 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 #C462E5 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 98 | 229 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.10 |
| HSL | 284.89º | 0.72% | 0.64% | - |
| HSV(B) | 284.89º | 0.57% | 0.9% | - |
| XYZ | 41.28 | 26.13 | 77 | - |
| YUV | 142.24 | 176.97 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 229 | 0.14 | 0.57 | 0 | 0.10 | 284.89 | 0.72 | 0.64 |
| Hex | C4 | 62 | E5 | E | 39 | 0 | A | 11D | 48 | 40 |
| Octal | 304 | 142 | 345 | 16 | 71 | 0 | 12 | 435 | 110 | 100 |
| Binary | 11000100 | 1100010 | 11100101 | 1110 | 111001 | 0 | 1010 | 100011101 | 1001000 | 1000000 |
Color Harmonies of #C462E5
Complementary color
Monochromatic Colors of #C462E5
Black with #C462E5
Text Example
Text Example
White with #C462E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C462E5; }
p { color: rgb(196,98,229); }
H1.HeaderClassName
{
color: #C462E5;
}
.AnyTagClassName
{
color: #C462E5;
}
</style>
background-color css
<style>
a { background-color: #C462E5; }
a { background-color: rgb(196,98,229); }
div.DivClassName
{
background-color: #C462E5;
}
.BgClassName
{
background-color: #C462E5;
}
</style>
border-color css
<style>
span { border-color: #C462E5; }
span { border-color: rgb(196,98,229); }
td.TdClassName
{
border-color: #C462E5;
}
.TagClassName
{
border-color: #C462E5;
}
</style>