Shades of Medium Orchid #C568EC
Tints of Medium Orchid #C568EC
RGB
CMYK
RGB Variations
Color information
#C568EC (or 0xC568EC) is known color: Medium Orchid. HEX triplet: C5, 68 and EC. RGB value is (197,104,236). Sum of RGB (Red+Green+Blue) = 197+104+236=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 104 (41.02% from 255 or 19.37% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #C568EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C568EC is #3A9713. Grayscale: #929292. Windows color (decimal): -3839764 or 15493317. OLE color: 15493317.
HSL color Cylindrical-coordinate representation of color #C568EC: hue angle of 282.27º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C568EC is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 104 | 236 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.07 |
| HSL | 282.27º | 0.78% | 0.67% | - |
| HSV(B) | 282.27º | 0.56% | 0.93% | - |
| XYZ | 43.12 | 27.83 | 82.46 | - |
| YUV | 146.86 | 178.31 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 236 | 0.17 | 0.56 | 0 | 0.07 | 282.27 | 0.78 | 0.67 |
| Hex | C5 | 68 | EC | 11 | 38 | 0 | 7 | 11A | 4E | 43 |
| Octal | 305 | 150 | 354 | 21 | 70 | 0 | 7 | 432 | 116 | 103 |
| Binary | 11000101 | 1101000 | 11101100 | 10001 | 111000 | 0 | 111 | 100011010 | 1001110 | 1000011 |
Color Harmonies of #C568EC
Complementary color
Monochromatic Colors of #C568EC
Black with #C568EC
Text Example
Text Example
White with #C568EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C568EC; }
p { color: rgb(197,104,236); }
H1.HeaderClassName
{
color: #C568EC;
}
.AnyTagClassName
{
color: #C568EC;
}
</style>
background-color css
<style>
a { background-color: #C568EC; }
a { background-color: rgb(197,104,236); }
div.DivClassName
{
background-color: #C568EC;
}
.BgClassName
{
background-color: #C568EC;
}
</style>
border-color css
<style>
span { border-color: #C568EC; }
span { border-color: rgb(197,104,236); }
td.TdClassName
{
border-color: #C568EC;
}
.TagClassName
{
border-color: #C568EC;
}
</style>