Shades of Orchid #C56FD1
Tints of Orchid #C56FD1
RGB
CMYK
RGB Variations
Color information
#C56FD1 (or 0xC56FD1) is known color: Orchid. HEX triplet: C5, 6F and D1. RGB value is (197,111,209). Sum of RGB (Red+Green+Blue) = 197+111+209=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 209 (82.03% from 255 or 40.43% from 517); Max value from RGB is 209 - color contains mainly: blue. Hex color #C56FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56FD1 is #3A902E. Grayscale: #939393. Windows color (decimal): -3837999 or 13725637. OLE color: 13725637.
HSL color Cylindrical-coordinate representation of color #C56FD1: hue angle of 292.65º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C56FD1 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 111 | 209 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.18 |
| HSL | 292.65º | 0.52% | 0.63% | - |
| HSV(B) | 292.65º | 0.47% | 0.82% | - |
| XYZ | 40.22 | 27.84 | 63.58 | - |
| YUV | 147.89 | 162.49 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 209 | 0.06 | 0.47 | 0 | 0.18 | 292.65 | 0.52 | 0.63 |
| Hex | C5 | 6F | D1 | 6 | 2F | 0 | 12 | 125 | 34 | 3F |
| Octal | 305 | 157 | 321 | 6 | 57 | 0 | 22 | 445 | 64 | 77 |
| Binary | 11000101 | 1101111 | 11010001 | 110 | 101111 | 0 | 10010 | 100100101 | 110100 | 111111 |
Color Harmonies of #C56FD1
Complementary color
Monochromatic Colors of #C56FD1
Black with #C56FD1
Text Example
Text Example
White with #C56FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56FD1; }
p { color: rgb(197,111,209); }
H1.HeaderClassName
{
color: #C56FD1;
}
.AnyTagClassName
{
color: #C56FD1;
}
</style>
background-color css
<style>
a { background-color: #C56FD1; }
a { background-color: rgb(197,111,209); }
div.DivClassName
{
background-color: #C56FD1;
}
.BgClassName
{
background-color: #C56FD1;
}
</style>
border-color css
<style>
span { border-color: #C56FD1; }
span { border-color: rgb(197,111,209); }
td.TdClassName
{
border-color: #C56FD1;
}
.TagClassName
{
border-color: #C56FD1;
}
</style>