Shades of Medium Orchid #C560CE
Tints of Medium Orchid #C560CE
RGB
CMYK
RGB Variations
Color information
#C560CE (or 0xC560CE) is known color: Medium Orchid. HEX triplet: C5, 60 and CE. RGB value is (197,96,206). Sum of RGB (Red+Green+Blue) = 197+96+206=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #C560CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C560CE is #3A9F31. Grayscale: #8A8A8A. Windows color (decimal): -3841842 or 13525189. OLE color: 13525189.
HSL color Cylindrical-coordinate representation of color #C560CE: hue angle of 295.09º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C560CE is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 96 | 206 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.19 |
| HSL | 295.09º | 0.53% | 0.59% | - |
| HSV(B) | 295.09º | 0.53% | 0.81% | - |
| XYZ | 38.35 | 24.69 | 61.14 | - |
| YUV | 138.74 | 165.96 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 206 | 0.04 | 0.53 | 0 | 0.19 | 295.09 | 0.53 | 0.59 |
| Hex | C5 | 60 | CE | 4 | 35 | 0 | 13 | 127 | 35 | 3B |
| Octal | 305 | 140 | 316 | 4 | 65 | 0 | 23 | 447 | 65 | 73 |
| Binary | 11000101 | 1100000 | 11001110 | 100 | 110101 | 0 | 10011 | 100100111 | 110101 | 111011 |
Color Harmonies of #C560CE
Complementary color
Monochromatic Colors of #C560CE
Black with #C560CE
Text Example
Text Example
White with #C560CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C560CE; }
p { color: rgb(197,96,206); }
H1.HeaderClassName
{
color: #C560CE;
}
.AnyTagClassName
{
color: #C560CE;
}
</style>
background-color css
<style>
a { background-color: #C560CE; }
a { background-color: rgb(197,96,206); }
div.DivClassName
{
background-color: #C560CE;
}
.BgClassName
{
background-color: #C560CE;
}
</style>
border-color css
<style>
span { border-color: #C560CE; }
span { border-color: rgb(197,96,206); }
td.TdClassName
{
border-color: #C560CE;
}
.TagClassName
{
border-color: #C560CE;
}
</style>