Shades of Medium Orchid #C568DC
Tints of Medium Orchid #C568DC
RGB
CMYK
RGB Variations
Color information
#C568DC (or 0xC568DC) is known color: Medium Orchid. HEX triplet: C5, 68 and DC. RGB value is (197,104,220). Sum of RGB (Red+Green+Blue) = 197+104+220=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #C568DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C568DC is #3A9723. Grayscale: #909090. Windows color (decimal): -3839780 or 14444741. OLE color: 14444741.
HSL color Cylindrical-coordinate representation of color #C568DC: hue angle of 288.1º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C568DC is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 104 | 220 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.14 |
| HSL | 288.1º | 0.62% | 0.64% | - |
| HSV(B) | 288.1º | 0.53% | 0.86% | - |
| XYZ | 40.89 | 26.94 | 70.75 | - |
| YUV | 145.03 | 170.31 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 220 | 0.10 | 0.53 | 0 | 0.14 | 288.1 | 0.62 | 0.64 |
| Hex | C5 | 68 | DC | A | 35 | 0 | E | 120 | 3E | 40 |
| Octal | 305 | 150 | 334 | 12 | 65 | 0 | 16 | 440 | 76 | 100 |
| Binary | 11000101 | 1101000 | 11011100 | 1010 | 110101 | 0 | 1110 | 100100000 | 111110 | 1000000 |
Color Harmonies of #C568DC
Complementary color
Monochromatic Colors of #C568DC
Black with #C568DC
Text Example
Text Example
White with #C568DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C568DC; }
p { color: rgb(197,104,220); }
H1.HeaderClassName
{
color: #C568DC;
}
.AnyTagClassName
{
color: #C568DC;
}
</style>
background-color css
<style>
a { background-color: #C568DC; }
a { background-color: rgb(197,104,220); }
div.DivClassName
{
background-color: #C568DC;
}
.BgClassName
{
background-color: #C568DC;
}
</style>
border-color css
<style>
span { border-color: #C568DC; }
span { border-color: rgb(197,104,220); }
td.TdClassName
{
border-color: #C568DC;
}
.TagClassName
{
border-color: #C568DC;
}
</style>