Shades of Orchid #C56FD0
Tints of Orchid #C56FD0
RGB
CMYK
RGB Variations
Color information
#C56FD0 (or 0xC56FD0) is known color: Orchid. HEX triplet: C5, 6F and D0. RGB value is (197,111,208). Sum of RGB (Red+Green+Blue) = 197+111+208=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 208 - color contains mainly: blue. Hex color #C56FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56FD0 is #3A902F. Grayscale: #939393. Windows color (decimal): -3838000 or 13660101. OLE color: 13660101.
HSL color Cylindrical-coordinate representation of color #C56FD0: hue angle of 293.2º degrees, saturation: 0.51, 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 #C56FD0 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 111 | 208 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.18 |
| HSL | 293.2º | 0.51% | 0.63% | - |
| HSV(B) | 293.2º | 0.47% | 0.82% | - |
| XYZ | 40.1 | 27.79 | 62.93 | - |
| YUV | 147.77 | 161.99 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 208 | 0.05 | 0.47 | 0 | 0.18 | 293.2 | 0.51 | 0.63 |
| Hex | C5 | 6F | D0 | 5 | 2F | 0 | 12 | 125 | 33 | 3F |
| Octal | 305 | 157 | 320 | 5 | 57 | 0 | 22 | 445 | 63 | 77 |
| Binary | 11000101 | 1101111 | 11010000 | 101 | 101111 | 0 | 10010 | 100100101 | 110011 | 111111 |
Color Harmonies of #C56FD0
Complementary color
Monochromatic Colors of #C56FD0
Black with #C56FD0
Text Example
Text Example
White with #C56FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56FD0; }
p { color: rgb(197,111,208); }
H1.HeaderClassName
{
color: #C56FD0;
}
.AnyTagClassName
{
color: #C56FD0;
}
</style>
background-color css
<style>
a { background-color: #C56FD0; }
a { background-color: rgb(197,111,208); }
div.DivClassName
{
background-color: #C56FD0;
}
.BgClassName
{
background-color: #C56FD0;
}
</style>
border-color css
<style>
span { border-color: #C56FD0; }
span { border-color: rgb(197,111,208); }
td.TdClassName
{
border-color: #C56FD0;
}
.TagClassName
{
border-color: #C56FD0;
}
</style>