Shades of Medium Orchid #C560EF
Tints of Medium Orchid #C560EF
RGB
CMYK
RGB Variations
Color information
#C560EF (or 0xC560EF) is known color: Medium Orchid. HEX triplet: C5, 60 and EF. RGB value is (197,96,239). Sum of RGB (Red+Green+Blue) = 197+96+239=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 96 (37.89% from 255 or 18.05% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #C560EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C560EF is #3A9F10. Grayscale: #8E8E8E. Windows color (decimal): -3841809 or 15687877. OLE color: 15687877.
HSL color Cylindrical-coordinate representation of color #C560EF: hue angle of 282.38º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C560EF is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 96 | 239 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.06 |
| HSL | 282.38º | 0.82% | 0.66% | - |
| HSV(B) | 282.38º | 0.6% | 0.94% | - |
| XYZ | 42.79 | 26.47 | 84.51 | - |
| YUV | 142.5 | 182.46 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 239 | 0.18 | 0.60 | 0 | 0.06 | 282.38 | 0.82 | 0.66 |
| Hex | C5 | 60 | EF | 12 | 3C | 0 | 6 | 11A | 52 | 42 |
| Octal | 305 | 140 | 357 | 22 | 74 | 0 | 6 | 432 | 122 | 102 |
| Binary | 11000101 | 1100000 | 11101111 | 10010 | 111100 | 0 | 110 | 100011010 | 1010010 | 1000010 |
Color Harmonies of #C560EF
Complementary color
Monochromatic Colors of #C560EF
Black with #C560EF
Text Example
Text Example
White with #C560EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C560EF; }
p { color: rgb(197,96,239); }
H1.HeaderClassName
{
color: #C560EF;
}
.AnyTagClassName
{
color: #C560EF;
}
</style>
background-color css
<style>
a { background-color: #C560EF; }
a { background-color: rgb(197,96,239); }
div.DivClassName
{
background-color: #C560EF;
}
.BgClassName
{
background-color: #C560EF;
}
</style>
border-color css
<style>
span { border-color: #C560EF; }
span { border-color: rgb(197,96,239); }
td.TdClassName
{
border-color: #C560EF;
}
.TagClassName
{
border-color: #C560EF;
}
</style>