Shades of Orchid #C57EBD
Tints of Orchid #C57EBD
RGB
CMYK
RGB Variations
Color information
#C57EBD (or 0xC57EBD) is known color: Orchid. HEX triplet: C5, 7E and BD. RGB value is (197,126,189). Sum of RGB (Red+Green+Blue) = 197+126+189=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 197 - color contains mainly: red. Hex color #C57EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57EBD is #3A8142. Grayscale: #9A9A9A. Windows color (decimal): -3834179 or 12418757. OLE color: 12418757.
HSL color Cylindrical-coordinate representation of color #C57EBD: hue angle of 306.76º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C57EBD is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 126 | 189 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.23 |
| HSL | 306.76º | 0.38% | 0.63% | - |
| HSV(B) | 306.76º | 0.36% | 0.77% | - |
| XYZ | 39.67 | 30.47 | 51.93 | - |
| YUV | 154.41 | 147.52 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 189 | 0 | 0.36 | 0.04 | 0.23 | 306.76 | 0.38 | 0.63 |
| Hex | C5 | 7E | BD | 0 | 24 | 4 | 17 | 133 | 26 | 3F |
| Octal | 305 | 176 | 275 | 0 | 44 | 4 | 27 | 463 | 46 | 77 |
| Binary | 11000101 | 1111110 | 10111101 | 0 | 100100 | 100 | 10111 | 100110011 | 100110 | 111111 |
Color Harmonies of #C57EBD
Complementary color
Monochromatic Colors of #C57EBD
Black with #C57EBD
Text Example
Text Example
White with #C57EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57EBD; }
p { color: rgb(197,126,189); }
H1.HeaderClassName
{
color: #C57EBD;
}
.AnyTagClassName
{
color: #C57EBD;
}
</style>
background-color css
<style>
a { background-color: #C57EBD; }
a { background-color: rgb(197,126,189); }
div.DivClassName
{
background-color: #C57EBD;
}
.BgClassName
{
background-color: #C57EBD;
}
</style>
border-color css
<style>
span { border-color: #C57EBD; }
span { border-color: rgb(197,126,189); }
td.TdClassName
{
border-color: #C57EBD;
}
.TagClassName
{
border-color: #C57EBD;
}
</style>