Shades of Orchid #C56DC9
Tints of Orchid #C56DC9
RGB
CMYK
RGB Variations
Color information
#C56DC9 (or 0xC56DC9) is known color: Orchid. HEX triplet: C5, 6D and C9. RGB value is (197,109,201). Sum of RGB (Red+Green+Blue) = 197+109+201=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 201 - color contains mainly: blue. Hex color #C56DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56DC9 is #3A9236. Grayscale: #919191. Windows color (decimal): -3838519 or 13200837. OLE color: 13200837.
HSL color Cylindrical-coordinate representation of color #C56DC9: hue angle of 297.39º 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 #C56DC9 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 109 | 201 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.21 |
| HSL | 297.39º | 0.46% | 0.61% | - |
| HSV(B) | 297.39º | 0.46% | 0.79% | - |
| XYZ | 39.04 | 27.02 | 58.42 | - |
| YUV | 145.8 | 159.15 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 201 | 0.02 | 0.46 | 0 | 0.21 | 297.39 | 0.46 | 0.61 |
| Hex | C5 | 6D | C9 | 2 | 2E | 0 | 15 | 129 | 2E | 3D |
| Octal | 305 | 155 | 311 | 2 | 56 | 0 | 25 | 451 | 56 | 75 |
| Binary | 11000101 | 1101101 | 11001001 | 10 | 101110 | 0 | 10101 | 100101001 | 101110 | 111101 |
Color Harmonies of #C56DC9
Complementary color
Monochromatic Colors of #C56DC9
Black with #C56DC9
Text Example
Text Example
White with #C56DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56DC9; }
p { color: rgb(197,109,201); }
H1.HeaderClassName
{
color: #C56DC9;
}
.AnyTagClassName
{
color: #C56DC9;
}
</style>
background-color css
<style>
a { background-color: #C56DC9; }
a { background-color: rgb(197,109,201); }
div.DivClassName
{
background-color: #C56DC9;
}
.BgClassName
{
background-color: #C56DC9;
}
</style>
border-color css
<style>
span { border-color: #C56DC9; }
span { border-color: rgb(197,109,201); }
td.TdClassName
{
border-color: #C56DC9;
}
.TagClassName
{
border-color: #C56DC9;
}
</style>