Shades of Orchid #C57ACC
Tints of Orchid #C57ACC
RGB
CMYK
RGB Variations
Color information
#C57ACC (or 0xC57ACC) is known color: Orchid. HEX triplet: C5, 7A and CC. RGB value is (197,122,204). Sum of RGB (Red+Green+Blue) = 197+122+204=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #C57ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57ACC is #3A8533. Grayscale: #999999. Windows color (decimal): -3835188 or 13400773. OLE color: 13400773.
HSL color Cylindrical-coordinate representation of color #C57ACC: hue angle of 294.88º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C57ACC is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 122 | 204 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.2 |
| HSL | 294.88º | 0.45% | 0.64% | - |
| HSV(B) | 294.88º | 0.4% | 0.8% | - |
| XYZ | 40.88 | 30.15 | 60.79 | - |
| YUV | 153.77 | 156.35 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 204 | 0.03 | 0.40 | 0 | 0.2 | 294.88 | 0.45 | 0.64 |
| Hex | C5 | 7A | CC | 3 | 28 | 0 | 14 | 127 | 2D | 40 |
| Octal | 305 | 172 | 314 | 3 | 50 | 0 | 24 | 447 | 55 | 100 |
| Binary | 11000101 | 1111010 | 11001100 | 11 | 101000 | 0 | 10100 | 100100111 | 101101 | 1000000 |
Color Harmonies of #C57ACC
Complementary color
Monochromatic Colors of #C57ACC
Black with #C57ACC
Text Example
Text Example
White with #C57ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57ACC; }
p { color: rgb(197,122,204); }
H1.HeaderClassName
{
color: #C57ACC;
}
.AnyTagClassName
{
color: #C57ACC;
}
</style>
background-color css
<style>
a { background-color: #C57ACC; }
a { background-color: rgb(197,122,204); }
div.DivClassName
{
background-color: #C57ACC;
}
.BgClassName
{
background-color: #C57ACC;
}
</style>
border-color css
<style>
span { border-color: #C57ACC; }
span { border-color: rgb(197,122,204); }
td.TdClassName
{
border-color: #C57ACC;
}
.TagClassName
{
border-color: #C57ACC;
}
</style>