Shades of Medium Orchid #C568D9
Tints of Medium Orchid #C568D9
RGB
CMYK
RGB Variations
Color information
#C568D9 (or 0xC568D9) is known color: Medium Orchid. HEX triplet: C5, 68 and D9. RGB value is (197,104,217). Sum of RGB (Red+Green+Blue) = 197+104+217=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #C568D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C568D9 is #3A9726. Grayscale: #909090. Windows color (decimal): -3839783 or 14248133. OLE color: 14248133.
HSL color Cylindrical-coordinate representation of color #C568D9: hue angle of 289.38º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C568D9 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 104 | 217 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.15 |
| HSL | 289.38º | 0.6% | 0.63% | - |
| HSV(B) | 289.38º | 0.52% | 0.85% | - |
| XYZ | 40.5 | 26.78 | 68.68 | - |
| YUV | 144.69 | 168.81 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 217 | 0.09 | 0.52 | 0 | 0.15 | 289.38 | 0.6 | 0.63 |
| Hex | C5 | 68 | D9 | 9 | 34 | 0 | F | 121 | 3C | 3F |
| Octal | 305 | 150 | 331 | 11 | 64 | 0 | 17 | 441 | 74 | 77 |
| Binary | 11000101 | 1101000 | 11011001 | 1001 | 110100 | 0 | 1111 | 100100001 | 111100 | 111111 |
Color Harmonies of #C568D9
Complementary color
Monochromatic Colors of #C568D9
Black with #C568D9
Text Example
Text Example
White with #C568D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C568D9; }
p { color: rgb(197,104,217); }
H1.HeaderClassName
{
color: #C568D9;
}
.AnyTagClassName
{
color: #C568D9;
}
</style>
background-color css
<style>
a { background-color: #C568D9; }
a { background-color: rgb(197,104,217); }
div.DivClassName
{
background-color: #C568D9;
}
.BgClassName
{
background-color: #C568D9;
}
</style>
border-color css
<style>
span { border-color: #C568D9; }
span { border-color: rgb(197,104,217); }
td.TdClassName
{
border-color: #C568D9;
}
.TagClassName
{
border-color: #C568D9;
}
</style>