Shades of Medium Orchid #C568DB
Tints of Medium Orchid #C568DB
RGB
CMYK
RGB Variations
Color information
#C568DB (or 0xC568DB) is known color: Medium Orchid. HEX triplet: C5, 68 and DB. RGB value is (197,104,219). Sum of RGB (Red+Green+Blue) = 197+104+219=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #C568DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C568DB is #3A9724. Grayscale: #909090. Windows color (decimal): -3839781 or 14379205. OLE color: 14379205.
HSL color Cylindrical-coordinate representation of color #C568DB: hue angle of 288.52º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C568DB is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 104 | 219 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.14 |
| HSL | 288.52º | 0.61% | 0.63% | - |
| HSV(B) | 288.52º | 0.53% | 0.86% | - |
| XYZ | 40.76 | 26.89 | 70.06 | - |
| YUV | 144.92 | 169.81 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 219 | 0.10 | 0.53 | 0 | 0.14 | 288.52 | 0.61 | 0.63 |
| Hex | C5 | 68 | DB | A | 35 | 0 | E | 121 | 3D | 3F |
| Octal | 305 | 150 | 333 | 12 | 65 | 0 | 16 | 441 | 75 | 77 |
| Binary | 11000101 | 1101000 | 11011011 | 1010 | 110101 | 0 | 1110 | 100100001 | 111101 | 111111 |
Color Harmonies of #C568DB
Complementary color
Monochromatic Colors of #C568DB
Black with #C568DB
Text Example
Text Example
White with #C568DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C568DB; }
p { color: rgb(197,104,219); }
H1.HeaderClassName
{
color: #C568DB;
}
.AnyTagClassName
{
color: #C568DB;
}
</style>
background-color css
<style>
a { background-color: #C568DB; }
a { background-color: rgb(197,104,219); }
div.DivClassName
{
background-color: #C568DB;
}
.BgClassName
{
background-color: #C568DB;
}
</style>
border-color css
<style>
span { border-color: #C568DB; }
span { border-color: rgb(197,104,219); }
td.TdClassName
{
border-color: #C568DB;
}
.TagClassName
{
border-color: #C568DB;
}
</style>