Shades of Medium Orchid #C568D7
Tints of Medium Orchid #C568D7
RGB
CMYK
RGB Variations
Color information
#C568D7 (or 0xC568D7) is known color: Medium Orchid. HEX triplet: C5, 68 and D7. RGB value is (197,104,215). Sum of RGB (Red+Green+Blue) = 197+104+215=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 215 (84.38% from 255 or 41.67% from 516); Max value from RGB is 215 - color contains mainly: blue. Hex color #C568D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C568D7 is #3A9728. Grayscale: #909090. Windows color (decimal): -3839785 or 14117061. OLE color: 14117061.
HSL color Cylindrical-coordinate representation of color #C568D7: hue angle of 290.27º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C568D7 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 104 | 215 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.16 |
| HSL | 290.27º | 0.58% | 0.63% | - |
| HSV(B) | 290.27º | 0.52% | 0.84% | - |
| XYZ | 40.24 | 26.68 | 67.32 | - |
| YUV | 144.46 | 167.81 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 215 | 0.08 | 0.52 | 0 | 0.16 | 290.27 | 0.58 | 0.63 |
| Hex | C5 | 68 | D7 | 8 | 34 | 0 | 10 | 122 | 3A | 3F |
| Octal | 305 | 150 | 327 | 10 | 64 | 0 | 20 | 442 | 72 | 77 |
| Binary | 11000101 | 1101000 | 11010111 | 1000 | 110100 | 0 | 10000 | 100100010 | 111010 | 111111 |
Color Harmonies of #C568D7
Complementary color
Monochromatic Colors of #C568D7
Black with #C568D7
Text Example
Text Example
White with #C568D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C568D7; }
p { color: rgb(197,104,215); }
H1.HeaderClassName
{
color: #C568D7;
}
.AnyTagClassName
{
color: #C568D7;
}
</style>
background-color css
<style>
a { background-color: #C568D7; }
a { background-color: rgb(197,104,215); }
div.DivClassName
{
background-color: #C568D7;
}
.BgClassName
{
background-color: #C568D7;
}
</style>
border-color css
<style>
span { border-color: #C568D7; }
span { border-color: rgb(197,104,215); }
td.TdClassName
{
border-color: #C568D7;
}
.TagClassName
{
border-color: #C568D7;
}
</style>