Shades of Orchid #C56ED2
Tints of Orchid #C56ED2
RGB
CMYK
RGB Variations
Color information
#C56ED2 (or 0xC56ED2) is known color: Orchid. HEX triplet: C5, 6E and D2. RGB value is (197,110,210). Sum of RGB (Red+Green+Blue) = 197+110+210=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 210 (82.42% from 255 or 40.62% from 517); Max value from RGB is 210 - color contains mainly: blue. Hex color #C56ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ED2 is #3A912D. Grayscale: #939393. Windows color (decimal): -3838254 or 13790917. OLE color: 13790917.
HSL color Cylindrical-coordinate representation of color #C56ED2: hue angle of 292.2º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C56ED2 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 110 | 210 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.18 |
| HSL | 292.2º | 0.53% | 0.63% | - |
| HSV(B) | 292.2º | 0.48% | 0.82% | - |
| XYZ | 40.23 | 27.68 | 64.19 | - |
| YUV | 147.41 | 163.32 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 110 | 210 | 0.06 | 0.48 | 0 | 0.18 | 292.2 | 0.53 | 0.63 |
| Hex | C5 | 6E | D2 | 6 | 30 | 0 | 12 | 124 | 35 | 3F |
| Octal | 305 | 156 | 322 | 6 | 60 | 0 | 22 | 444 | 65 | 77 |
| Binary | 11000101 | 1101110 | 11010010 | 110 | 110000 | 0 | 10010 | 100100100 | 110101 | 111111 |
Color Harmonies of #C56ED2
Complementary color
Monochromatic Colors of #C56ED2
Black with #C56ED2
Text Example
Text Example
White with #C56ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56ED2; }
p { color: rgb(197,110,210); }
H1.HeaderClassName
{
color: #C56ED2;
}
.AnyTagClassName
{
color: #C56ED2;
}
</style>
background-color css
<style>
a { background-color: #C56ED2; }
a { background-color: rgb(197,110,210); }
div.DivClassName
{
background-color: #C56ED2;
}
.BgClassName
{
background-color: #C56ED2;
}
</style>
border-color css
<style>
span { border-color: #C56ED2; }
span { border-color: rgb(197,110,210); }
td.TdClassName
{
border-color: #C56ED2;
}
.TagClassName
{
border-color: #C56ED2;
}
</style>