Shades of Orchid #C56FCC
Tints of Orchid #C56FCC
RGB
CMYK
RGB Variations
Color information
#C56FCC (or 0xC56FCC) is known color: Orchid. HEX triplet: C5, 6F and CC. RGB value is (197,111,204). Sum of RGB (Red+Green+Blue) = 197+111+204=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #C56FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56FCC is #3A9033. Grayscale: #939393. Windows color (decimal): -3838004 or 13397957. OLE color: 13397957.
HSL color Cylindrical-coordinate representation of color #C56FCC: hue angle of 295.48º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56FCC is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 111 | 204 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.2 |
| HSL | 295.48º | 0.48% | 0.62% | - |
| HSV(B) | 295.48º | 0.46% | 0.8% | - |
| XYZ | 39.61 | 27.6 | 60.37 | - |
| YUV | 147.32 | 159.99 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 204 | 0.03 | 0.46 | 0 | 0.2 | 295.48 | 0.48 | 0.62 |
| Hex | C5 | 6F | CC | 3 | 2E | 0 | 14 | 127 | 30 | 3E |
| Octal | 305 | 157 | 314 | 3 | 56 | 0 | 24 | 447 | 60 | 76 |
| Binary | 11000101 | 1101111 | 11001100 | 11 | 101110 | 0 | 10100 | 100100111 | 110000 | 111110 |
Color Harmonies of #C56FCC
Complementary color
Monochromatic Colors of #C56FCC
Black with #C56FCC
Text Example
Text Example
White with #C56FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56FCC; }
p { color: rgb(197,111,204); }
H1.HeaderClassName
{
color: #C56FCC;
}
.AnyTagClassName
{
color: #C56FCC;
}
</style>
background-color css
<style>
a { background-color: #C56FCC; }
a { background-color: rgb(197,111,204); }
div.DivClassName
{
background-color: #C56FCC;
}
.BgClassName
{
background-color: #C56FCC;
}
</style>
border-color css
<style>
span { border-color: #C56FCC; }
span { border-color: rgb(197,111,204); }
td.TdClassName
{
border-color: #C56FCC;
}
.TagClassName
{
border-color: #C56FCC;
}
</style>