Shades of Orchid #C57CBE
Tints of Orchid #C57CBE
RGB
CMYK
RGB Variations
Color information
#C57CBE (or 0xC57CBE) is known color: Orchid. HEX triplet: C5, 7C and BE. RGB value is (197,124,190). Sum of RGB (Red+Green+Blue) = 197+124+190=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C57CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57CBE is #3A8341. Grayscale: #999999. Windows color (decimal): -3834690 or 12483781. OLE color: 12483781.
HSL color Cylindrical-coordinate representation of color #C57CBE: hue angle of 305.75º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C57CBE is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 124 | 190 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.23 |
| HSL | 305.75º | 0.39% | 0.63% | - |
| HSV(B) | 305.75º | 0.37% | 0.77% | - |
| XYZ | 39.53 | 30 | 52.42 | - |
| YUV | 153.35 | 148.68 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 190 | 0 | 0.37 | 0.04 | 0.23 | 305.75 | 0.39 | 0.63 |
| Hex | C5 | 7C | BE | 0 | 25 | 4 | 17 | 132 | 27 | 3F |
| Octal | 305 | 174 | 276 | 0 | 45 | 4 | 27 | 462 | 47 | 77 |
| Binary | 11000101 | 1111100 | 10111110 | 0 | 100101 | 100 | 10111 | 100110010 | 100111 | 111111 |
Color Harmonies of #C57CBE
Complementary color
Monochromatic Colors of #C57CBE
Black with #C57CBE
Text Example
Text Example
White with #C57CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57CBE; }
p { color: rgb(197,124,190); }
H1.HeaderClassName
{
color: #C57CBE;
}
.AnyTagClassName
{
color: #C57CBE;
}
</style>
background-color css
<style>
a { background-color: #C57CBE; }
a { background-color: rgb(197,124,190); }
div.DivClassName
{
background-color: #C57CBE;
}
.BgClassName
{
background-color: #C57CBE;
}
</style>
border-color css
<style>
span { border-color: #C57CBE; }
span { border-color: rgb(197,124,190); }
td.TdClassName
{
border-color: #C57CBE;
}
.TagClassName
{
border-color: #C57CBE;
}
</style>