Shades of Orchid #C56EC8
Tints of Orchid #C56EC8
RGB
CMYK
RGB Variations
Color information
#C56EC8 (or 0xC56EC8) is known color: Orchid. HEX triplet: C5, 6E and C8. RGB value is (197,110,200). Sum of RGB (Red+Green+Blue) = 197+110+200=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 200 - color contains mainly: blue. Hex color #C56EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56EC8 is #3A9137. Grayscale: #929292. Windows color (decimal): -3838264 or 13135557. OLE color: 13135557.
HSL color Cylindrical-coordinate representation of color #C56EC8: hue angle of 298º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C56EC8 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 110 | 200 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.22 |
| HSL | 298º | 0.45% | 0.61% | - |
| HSV(B) | 298º | 0.45% | 0.78% | - |
| XYZ | 39.03 | 27.19 | 57.84 | - |
| YUV | 146.27 | 158.32 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 110 | 200 | 0.02 | 0.45 | 0 | 0.22 | 298 | 0.45 | 0.61 |
| Hex | C5 | 6E | C8 | 2 | 2D | 0 | 16 | 12A | 2D | 3D |
| Octal | 305 | 156 | 310 | 2 | 55 | 0 | 26 | 452 | 55 | 75 |
| Binary | 11000101 | 1101110 | 11001000 | 10 | 101101 | 0 | 10110 | 100101010 | 101101 | 111101 |
Color Harmonies of #C56EC8
Complementary color
Monochromatic Colors of #C56EC8
Black with #C56EC8
Text Example
Text Example
White with #C56EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56EC8; }
p { color: rgb(197,110,200); }
H1.HeaderClassName
{
color: #C56EC8;
}
.AnyTagClassName
{
color: #C56EC8;
}
</style>
background-color css
<style>
a { background-color: #C56EC8; }
a { background-color: rgb(197,110,200); }
div.DivClassName
{
background-color: #C56EC8;
}
.BgClassName
{
background-color: #C56EC8;
}
</style>
border-color css
<style>
span { border-color: #C56EC8; }
span { border-color: rgb(197,110,200); }
td.TdClassName
{
border-color: #C56EC8;
}
.TagClassName
{
border-color: #C56EC8;
}
</style>