Shades of Orchid #C56ECA
Tints of Orchid #C56ECA
RGB
CMYK
RGB Variations
Color information
#C56ECA (or 0xC56ECA) is known color: Orchid. HEX triplet: C5, 6E and CA. RGB value is (197,110,202). Sum of RGB (Red+Green+Blue) = 197+110+202=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #C56ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ECA is #3A9135. Grayscale: #929292. Windows color (decimal): -3838262 or 13266629. OLE color: 13266629.
HSL color Cylindrical-coordinate representation of color #C56ECA: hue angle of 296.74º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56ECA is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 110 | 202 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.21 |
| HSL | 296.74º | 0.46% | 0.61% | - |
| HSV(B) | 296.74º | 0.46% | 0.79% | - |
| XYZ | 39.26 | 27.29 | 59.07 | - |
| YUV | 146.5 | 159.32 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 110 | 202 | 0.02 | 0.46 | 0 | 0.21 | 296.74 | 0.46 | 0.61 |
| Hex | C5 | 6E | CA | 2 | 2E | 0 | 15 | 129 | 2E | 3D |
| Octal | 305 | 156 | 312 | 2 | 56 | 0 | 25 | 451 | 56 | 75 |
| Binary | 11000101 | 1101110 | 11001010 | 10 | 101110 | 0 | 10101 | 100101001 | 101110 | 111101 |
Color Harmonies of #C56ECA
Complementary color
Monochromatic Colors of #C56ECA
Black with #C56ECA
Text Example
Text Example
White with #C56ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56ECA; }
p { color: rgb(197,110,202); }
H1.HeaderClassName
{
color: #C56ECA;
}
.AnyTagClassName
{
color: #C56ECA;
}
</style>
background-color css
<style>
a { background-color: #C56ECA; }
a { background-color: rgb(197,110,202); }
div.DivClassName
{
background-color: #C56ECA;
}
.BgClassName
{
background-color: #C56ECA;
}
</style>
border-color css
<style>
span { border-color: #C56ECA; }
span { border-color: rgb(197,110,202); }
td.TdClassName
{
border-color: #C56ECA;
}
.TagClassName
{
border-color: #C56ECA;
}
</style>