Shades of Medium Orchid #C568DA
Tints of Medium Orchid #C568DA
RGB
CMYK
RGB Variations
Color information
#C568DA (or 0xC568DA) is known color: Medium Orchid. HEX triplet: C5, 68 and DA. RGB value is (197,104,218). Sum of RGB (Red+Green+Blue) = 197+104+218=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #C568DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C568DA is #3A9725. Grayscale: #909090. Windows color (decimal): -3839782 or 14313669. OLE color: 14313669.
HSL color Cylindrical-coordinate representation of color #C568DA: hue angle of 288.95º degrees, saturation: 0.61, 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 #C568DA is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 104 | 218 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.15 |
| HSL | 288.95º | 0.61% | 0.63% | - |
| HSV(B) | 288.95º | 0.52% | 0.85% | - |
| XYZ | 40.63 | 26.83 | 69.37 | - |
| YUV | 144.8 | 169.31 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 218 | 0.10 | 0.52 | 0 | 0.15 | 288.95 | 0.61 | 0.63 |
| Hex | C5 | 68 | DA | A | 34 | 0 | F | 121 | 3D | 3F |
| Octal | 305 | 150 | 332 | 12 | 64 | 0 | 17 | 441 | 75 | 77 |
| Binary | 11000101 | 1101000 | 11011010 | 1010 | 110100 | 0 | 1111 | 100100001 | 111101 | 111111 |
Color Harmonies of #C568DA
Complementary color
Monochromatic Colors of #C568DA
Black with #C568DA
Text Example
Text Example
White with #C568DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C568DA; }
p { color: rgb(197,104,218); }
H1.HeaderClassName
{
color: #C568DA;
}
.AnyTagClassName
{
color: #C568DA;
}
</style>
background-color css
<style>
a { background-color: #C568DA; }
a { background-color: rgb(197,104,218); }
div.DivClassName
{
background-color: #C568DA;
}
.BgClassName
{
background-color: #C568DA;
}
</style>
border-color css
<style>
span { border-color: #C568DA; }
span { border-color: rgb(197,104,218); }
td.TdClassName
{
border-color: #C568DA;
}
.TagClassName
{
border-color: #C568DA;
}
</style>