Shades of Orchid #C56FCB
Tints of Orchid #C56FCB
RGB
CMYK
RGB Variations
Color information
#C56FCB (or 0xC56FCB) is known color: Orchid. HEX triplet: C5, 6F and CB. RGB value is (197,111,203). Sum of RGB (Red+Green+Blue) = 197+111+203=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #C56FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56FCB is #3A9034. Grayscale: #929292. Windows color (decimal): -3838005 or 13332421. OLE color: 13332421.
HSL color Cylindrical-coordinate representation of color #C56FCB: hue angle of 296.09º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C56FCB is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 111 | 203 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.20 |
| HSL | 296.09º | 0.47% | 0.62% | - |
| HSV(B) | 296.09º | 0.45% | 0.8% | - |
| XYZ | 39.49 | 27.55 | 59.74 | - |
| YUV | 147.2 | 159.49 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 203 | 0.03 | 0.45 | 0 | 0.20 | 296.09 | 0.47 | 0.62 |
| Hex | C5 | 6F | CB | 3 | 2D | 0 | 14 | 128 | 2F | 3E |
| Octal | 305 | 157 | 313 | 3 | 55 | 0 | 24 | 450 | 57 | 76 |
| Binary | 11000101 | 1101111 | 11001011 | 11 | 101101 | 0 | 10100 | 100101000 | 101111 | 111110 |
Color Harmonies of #C56FCB
Complementary color
Monochromatic Colors of #C56FCB
Black with #C56FCB
Text Example
Text Example
White with #C56FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56FCB; }
p { color: rgb(197,111,203); }
H1.HeaderClassName
{
color: #C56FCB;
}
.AnyTagClassName
{
color: #C56FCB;
}
</style>
background-color css
<style>
a { background-color: #C56FCB; }
a { background-color: rgb(197,111,203); }
div.DivClassName
{
background-color: #C56FCB;
}
.BgClassName
{
background-color: #C56FCB;
}
</style>
border-color css
<style>
span { border-color: #C56FCB; }
span { border-color: rgb(197,111,203); }
td.TdClassName
{
border-color: #C56FCB;
}
.TagClassName
{
border-color: #C56FCB;
}
</style>