Shades of Medium Orchid #C562E6
Tints of Medium Orchid #C562E6
RGB
CMYK
RGB Variations
Color information
#C562E6 (or 0xC562E6) is known color: Medium Orchid. HEX triplet: C5, 62 and E6. RGB value is (197,98,230). Sum of RGB (Red+Green+Blue) = 197+98+230=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 98 (38.67% from 255 or 18.67% from 525); Blue value is 230 (90.23% from 255 or 43.81% from 525); Max value from RGB is 230 - color contains mainly: blue. Hex color #C562E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C562E6 is #3A9D19. Grayscale: #8E8E8E. Windows color (decimal): -3841306 or 15098565. OLE color: 15098565.
HSL color Cylindrical-coordinate representation of color #C562E6: hue angle of 285º degrees, saturation: 0.73, 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 #C562E6 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 98 | 230 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.10 |
| HSL | 285º | 0.73% | 0.64% | - |
| HSV(B) | 285º | 0.57% | 0.9% | - |
| XYZ | 41.68 | 26.32 | 77.75 | - |
| YUV | 142.65 | 177.3 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 230 | 0.14 | 0.57 | 0 | 0.10 | 285 | 0.73 | 0.64 |
| Hex | C5 | 62 | E6 | E | 39 | 0 | A | 11D | 49 | 40 |
| Octal | 305 | 142 | 346 | 16 | 71 | 0 | 12 | 435 | 111 | 100 |
| Binary | 11000101 | 1100010 | 11100110 | 1110 | 111001 | 0 | 1010 | 100011101 | 1001001 | 1000000 |
Color Harmonies of #C562E6
Complementary color
Monochromatic Colors of #C562E6
Black with #C562E6
Text Example
Text Example
White with #C562E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C562E6; }
p { color: rgb(197,98,230); }
H1.HeaderClassName
{
color: #C562E6;
}
.AnyTagClassName
{
color: #C562E6;
}
</style>
background-color css
<style>
a { background-color: #C562E6; }
a { background-color: rgb(197,98,230); }
div.DivClassName
{
background-color: #C562E6;
}
.BgClassName
{
background-color: #C562E6;
}
</style>
border-color css
<style>
span { border-color: #C562E6; }
span { border-color: rgb(197,98,230); }
td.TdClassName
{
border-color: #C562E6;
}
.TagClassName
{
border-color: #C562E6;
}
</style>