Shades of Medium Orchid #C562E8
Tints of Medium Orchid #C562E8
RGB
CMYK
RGB Variations
Color information
#C562E8 (or 0xC562E8) is known color: Medium Orchid. HEX triplet: C5, 62 and E8. RGB value is (197,98,232). Sum of RGB (Red+Green+Blue) = 197+98+232=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 98 (38.67% from 255 or 18.60% from 527); Blue value is 232 (91.02% from 255 or 44.02% from 527); Max value from RGB is 232 - color contains mainly: blue. Hex color #C562E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C562E8 is #3A9D17. Grayscale: #8E8E8E. Windows color (decimal): -3841304 or 15229637. OLE color: 15229637.
HSL color Cylindrical-coordinate representation of color #C562E8: hue angle of 284.33º degrees, saturation: 0.74, 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 #C562E8 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 98 | 232 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.09 |
| HSL | 284.33º | 0.74% | 0.65% | - |
| HSV(B) | 284.33º | 0.58% | 0.91% | - |
| XYZ | 41.96 | 26.43 | 79.23 | - |
| YUV | 142.88 | 178.3 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 232 | 0.15 | 0.58 | 0 | 0.09 | 284.33 | 0.74 | 0.65 |
| Hex | C5 | 62 | E8 | F | 3A | 0 | 9 | 11C | 4A | 41 |
| Octal | 305 | 142 | 350 | 17 | 72 | 0 | 11 | 434 | 112 | 101 |
| Binary | 11000101 | 1100010 | 11101000 | 1111 | 111010 | 0 | 1001 | 100011100 | 1001010 | 1000001 |
Color Harmonies of #C562E8
Complementary color
Monochromatic Colors of #C562E8
Black with #C562E8
Text Example
Text Example
White with #C562E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C562E8; }
p { color: rgb(197,98,232); }
H1.HeaderClassName
{
color: #C562E8;
}
.AnyTagClassName
{
color: #C562E8;
}
</style>
background-color css
<style>
a { background-color: #C562E8; }
a { background-color: rgb(197,98,232); }
div.DivClassName
{
background-color: #C562E8;
}
.BgClassName
{
background-color: #C562E8;
}
</style>
border-color css
<style>
span { border-color: #C562E8; }
span { border-color: rgb(197,98,232); }
td.TdClassName
{
border-color: #C562E8;
}
.TagClassName
{
border-color: #C562E8;
}
</style>