Shades of Orchid #C56ACD
Tints of Orchid #C56ACD
RGB
CMYK
RGB Variations
Color information
#C56ACD (or 0xC56ACD) is known color: Orchid. HEX triplet: C5, 6A and CD. RGB value is (197,106,205). Sum of RGB (Red+Green+Blue) = 197+106+205=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #C56ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ACD is #3A9532. Grayscale: #909090. Windows color (decimal): -3839283 or 13462213. OLE color: 13462213.
HSL color Cylindrical-coordinate representation of color #C56ACD: hue angle of 295.15º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C56ACD is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 106 | 205 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.20 |
| HSL | 295.15º | 0.5% | 0.61% | - |
| HSV(B) | 295.15º | 0.48% | 0.8% | - |
| XYZ | 39.2 | 26.59 | 60.82 | - |
| YUV | 144.5 | 162.15 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 205 | 0.04 | 0.48 | 0 | 0.20 | 295.15 | 0.5 | 0.61 |
| Hex | C5 | 6A | CD | 4 | 30 | 0 | 14 | 127 | 32 | 3D |
| Octal | 305 | 152 | 315 | 4 | 60 | 0 | 24 | 447 | 62 | 75 |
| Binary | 11000101 | 1101010 | 11001101 | 100 | 110000 | 0 | 10100 | 100100111 | 110010 | 111101 |
Color Harmonies of #C56ACD
Complementary color
Monochromatic Colors of #C56ACD
Black with #C56ACD
Text Example
Text Example
White with #C56ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56ACD; }
p { color: rgb(197,106,205); }
H1.HeaderClassName
{
color: #C56ACD;
}
.AnyTagClassName
{
color: #C56ACD;
}
</style>
background-color css
<style>
a { background-color: #C56ACD; }
a { background-color: rgb(197,106,205); }
div.DivClassName
{
background-color: #C56ACD;
}
.BgClassName
{
background-color: #C56ACD;
}
</style>
border-color css
<style>
span { border-color: #C56ACD; }
span { border-color: rgb(197,106,205); }
td.TdClassName
{
border-color: #C56ACD;
}
.TagClassName
{
border-color: #C56ACD;
}
</style>