Shades of Orchid #C57AC4
Tints of Orchid #C57AC4
RGB
CMYK
RGB Variations
Color information
#C57AC4 (or 0xC57AC4) is known color: Orchid. HEX triplet: C5, 7A and C4. RGB value is (197,122,196). Sum of RGB (Red+Green+Blue) = 197+122+196=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 197 - color contains mainly: red. Hex color #C57AC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57AC4 is #3A853B. Grayscale: #989898. Windows color (decimal): -3835196 or 12876485. OLE color: 12876485.
HSL color Cylindrical-coordinate representation of color #C57AC4: hue angle of 300.8º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C57AC4 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 196 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.23 |
| HSL | 300.8º | 0.39% | 0.63% | - |
| HSV(B) | 300.8º | 0.38% | 0.77% | - |
| XYZ | 39.95 | 29.77 | 55.87 | - |
| YUV | 152.86 | 152.35 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 196 | 0 | 0.38 | 0.01 | 0.23 | 300.8 | 0.39 | 0.63 |
| Hex | C5 | 7A | C4 | 0 | 26 | 1 | 17 | 12D | 27 | 3F |
| Octal | 305 | 172 | 304 | 0 | 46 | 1 | 27 | 455 | 47 | 77 |
| Binary | 11000101 | 1111010 | 11000100 | 0 | 100110 | 1 | 10111 | 100101101 | 100111 | 111111 |
Color Harmonies of #C57AC4
Complementary color
Monochromatic Colors of #C57AC4
Black with #C57AC4
Text Example
Text Example
White with #C57AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57AC4; }
p { color: rgb(197,122,196); }
H1.HeaderClassName
{
color: #C57AC4;
}
.AnyTagClassName
{
color: #C57AC4;
}
</style>
background-color css
<style>
a { background-color: #C57AC4; }
a { background-color: rgb(197,122,196); }
div.DivClassName
{
background-color: #C57AC4;
}
.BgClassName
{
background-color: #C57AC4;
}
</style>
border-color css
<style>
span { border-color: #C57AC4; }
span { border-color: rgb(197,122,196); }
td.TdClassName
{
border-color: #C57AC4;
}
.TagClassName
{
border-color: #C57AC4;
}
</style>