Shades of Orchid #C57ED5
Tints of Orchid #C57ED5
RGB
CMYK
RGB Variations
Color information
#C57ED5 (or 0xC57ED5) is known color: Orchid. HEX triplet: C5, 7E and D5. RGB value is (197,126,213). Sum of RGB (Red+Green+Blue) = 197+126+213=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 126 (49.61% from 255 or 23.51% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 213 - color contains mainly: blue. Hex color #C57ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57ED5 is #3A812A. Grayscale: #9C9C9C. Windows color (decimal): -3834155 or 13991621. OLE color: 13991621.
HSL color Cylindrical-coordinate representation of color #C57ED5: hue angle of 288.97º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C57ED5 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 126 | 213 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.16 |
| HSL | 288.97º | 0.51% | 0.66% | - |
| HSV(B) | 288.97º | 0.41% | 0.84% | - |
| XYZ | 42.5 | 31.6 | 66.81 | - |
| YUV | 157.15 | 159.52 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 213 | 0.08 | 0.41 | 0 | 0.16 | 288.97 | 0.51 | 0.66 |
| Hex | C5 | 7E | D5 | 8 | 29 | 0 | 10 | 121 | 33 | 42 |
| Octal | 305 | 176 | 325 | 10 | 51 | 0 | 20 | 441 | 63 | 102 |
| Binary | 11000101 | 1111110 | 11010101 | 1000 | 101001 | 0 | 10000 | 100100001 | 110011 | 1000010 |
Color Harmonies of #C57ED5
Complementary color
Monochromatic Colors of #C57ED5
Black with #C57ED5
Text Example
Text Example
White with #C57ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57ED5; }
p { color: rgb(197,126,213); }
H1.HeaderClassName
{
color: #C57ED5;
}
.AnyTagClassName
{
color: #C57ED5;
}
</style>
background-color css
<style>
a { background-color: #C57ED5; }
a { background-color: rgb(197,126,213); }
div.DivClassName
{
background-color: #C57ED5;
}
.BgClassName
{
background-color: #C57ED5;
}
</style>
border-color css
<style>
span { border-color: #C57ED5; }
span { border-color: rgb(197,126,213); }
td.TdClassName
{
border-color: #C57ED5;
}
.TagClassName
{
border-color: #C57ED5;
}
</style>