Shades of Orchid #C56DCB
Tints of Orchid #C56DCB
RGB
CMYK
RGB Variations
Color information
#C56DCB (or 0xC56DCB) is known color: Orchid. HEX triplet: C5, 6D and CB. RGB value is (197,109,203). Sum of RGB (Red+Green+Blue) = 197+109+203=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #C56DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56DCB is #3A9234. Grayscale: #919191. Windows color (decimal): -3838517 or 13331909. OLE color: 13331909.
HSL color Cylindrical-coordinate representation of color #C56DCB: hue angle of 296.17º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56DCB is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 109 | 203 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.20 |
| HSL | 296.17º | 0.47% | 0.61% | - |
| HSV(B) | 296.17º | 0.46% | 0.8% | - |
| XYZ | 39.27 | 27.12 | 59.66 | - |
| YUV | 146.03 | 160.15 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 203 | 0.03 | 0.46 | 0 | 0.20 | 296.17 | 0.47 | 0.61 |
| Hex | C5 | 6D | CB | 3 | 2E | 0 | 14 | 128 | 2F | 3D |
| Octal | 305 | 155 | 313 | 3 | 56 | 0 | 24 | 450 | 57 | 75 |
| Binary | 11000101 | 1101101 | 11001011 | 11 | 101110 | 0 | 10100 | 100101000 | 101111 | 111101 |
Color Harmonies of #C56DCB
Complementary color
Monochromatic Colors of #C56DCB
Black with #C56DCB
Text Example
Text Example
White with #C56DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56DCB; }
p { color: rgb(197,109,203); }
H1.HeaderClassName
{
color: #C56DCB;
}
.AnyTagClassName
{
color: #C56DCB;
}
</style>
background-color css
<style>
a { background-color: #C56DCB; }
a { background-color: rgb(197,109,203); }
div.DivClassName
{
background-color: #C56DCB;
}
.BgClassName
{
background-color: #C56DCB;
}
</style>
border-color css
<style>
span { border-color: #C56DCB; }
span { border-color: rgb(197,109,203); }
td.TdClassName
{
border-color: #C56DCB;
}
.TagClassName
{
border-color: #C56DCB;
}
</style>